aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-11-29 14:21:07 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:19:29 +0100
commitb91c5aad854bff3a13c27aa1a6ade85ded216207 (patch)
tree134cb258adb2103751e47c0c50ff4c850f3c33d2 /docs
parentc4eb5c79fe89ca49dd9d9f5bd72be99d919dd2a0 (diff)
downloadmeson-b91c5aad854bff3a13c27aa1a6ade85ded216207.zip
meson-b91c5aad854bff3a13c27aa1a6ade85ded216207.tar.gz
meson-b91c5aad854bff3a13c27aa1a6ade85ded216207.tar.bz2
Update intro dump on meson configure
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/introspect_multiple.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md
index b7266f8..d05eae6 100644
--- a/docs/markdown/snippets/introspect_multiple.md
+++ b/docs/markdown/snippets/introspect_multiple.md
@@ -1,12 +1,13 @@
## Added option to introspect multiple parameters at once
-Meson introspect can now print the results of multiple parameters
-in a single call. The results are then printed as a single JSON
+Meson introspect can now print the results of multiple introspection
+commands in a single call. The results are then printed as a single JSON
object.
The format for a single command was not changed to keep backward
compatibility.
-Furthermore the option `-a,--all` and `-i,--indent` was added to
-print all introspection information in one go and format the
-JSON output (the default is still compact JSON). \ No newline at end of file
+Furthermore the option `-a,--all`, `-i,--indent` and `-f,--force-new`
+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. \ No newline at end of file