diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-30 11:37:50 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:31 +0100 |
commit | 84948ea6cd61c54404d6e0df82594a56e19fe01f (patch) | |
tree | f6eb6d15abb0c63e7ac7b5873c9ff4e69643904f /docs | |
parent | 5c39dd0668ffe301aee66453b86591bbdb29a954 (diff) | |
download | meson-84948ea6cd61c54404d6e0df82594a56e19fe01f.zip meson-84948ea6cd61c54404d6e0df82594a56e19fe01f.tar.gz meson-84948ea6cd61c54404d6e0df82594a56e19fe01f.tar.bz2 |
Renamed `--force-new` to `--force-dict-output`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 53278e6..97fdf8c 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -7,7 +7,7 @@ object. The format for a single command was not changed to keep backward compatibility. -Furthermore the option `-a,--all`, `-i,--indent` and `-f,--force-new` +Furthermore the option `-a,--all`, `-i,--indent` and `-f,--force-dict-output` were added to print all introspection information in one go, format the JSON output (the default is still compact JSON) and foce use the new output format, even if only one introspection command was given. |