diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-30 23:04:59 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:33 +0100 |
commit | bd8bad46c3fad6e53e259f73408a73eeca920dc7 (patch) | |
tree | b9d676368f645caa0c532067473c0b6485d518a5 /docs/markdown/snippets | |
parent | 248adbab9ad0775e513b920e9047b2e93664ae2e (diff) | |
download | meson-bd8bad46c3fad6e53e259f73408a73eeca920dc7.zip meson-bd8bad46c3fad6e53e259f73408a73eeca920dc7.tar.gz meson-bd8bad46c3fad6e53e259f73408a73eeca920dc7.tar.bz2 |
Code cleanup and renamed variables
Diffstat (limited to 'docs/markdown/snippets')
-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 3bbe6cc..0d53d48 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-dict-output` +Furthermore the option `-a,--all`, `-i,--indent` and `-f,--force-object-output` were added to print all introspection information in one go, format the JSON output (the default is still compact JSON) and force use the new output format, even if only one introspection command was given. |