diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-01-18 11:31:28 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2023-01-18 11:31:28 -0500 |
commit | 42bfe534464c724f756cc326cb47cf4f3e01f3c4 (patch) | |
tree | 5486c891a14e8c1c01f08d6eb6faa7c1be84625a /docs | |
parent | b5b2cafcd9b0460e5ab468c1ec10e5379e66d765 (diff) | |
download | meson-42bfe534464c724f756cc326cb47cf4f3e01f3c4.zip meson-42bfe534464c724f756cc326cb47cf4f3e01f3c4.tar.gz meson-42bfe534464c724f756cc326cb47cf4f3e01f3c4.tar.bz2 |
doc: Fix typo in release notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/devenv.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/devenv.md b/docs/markdown/snippets/devenv.md index c2ce2ad..3f9ccc3 100644 --- a/docs/markdown/snippets/devenv.md +++ b/docs/markdown/snippets/devenv.md @@ -1,6 +1,6 @@ ## Dump devenv into file and select format -`meson devenv --dump [<filename>]` command now takes an option filename argument +`meson devenv --dump [<filename>]` command now takes an optional filename argument to write the environment into a file instead of printing to stdout. A new `--dump-format` argument has been added to select which shell format |