aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/b-options.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-05-09 15:05:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-05-09 15:37:47 +0200
commita0628f5c2968d6bb904c52f9a06a16c679f92e70 (patch)
tree5678a459bf3f3619a798a5944624578096a6f16e /libbuild2/b-options.cxx
parentb5d143f529e4ebbeb7a1746312e38da815e2e321 (diff)
Document JSON dump format (GH issue #182)
Diffstat (limited to 'libbuild2/b-options.cxx')
-rw-r--r--libbuild2/b-options.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/b-options.cxx b/libbuild2/b-options.cxx
index 251c709..8258dea 100644
--- a/libbuild2/b-options.cxx
+++ b/libbuild2/b-options.cxx
@@ -1020,10 +1020,10 @@ namespace build2
<< " to \033[1mstdout\033[0m). For details on the \033[1mbuildfile\033[0m format, see" << ::std::endl
<< " Diagnostics and Debugging (b#intro-diag-debug). For" << ::std::endl
<< " details on the \033[1mjson-v0.1\033[0m format, see the JSON OUTPUT" << ::std::endl
- << " section below (overall properties) and Build System" << ::std::endl
- << " State JSON Dump Format (b#@@) (format specifics). Note" << ::std::endl
- << " that the JSON format is currently unstable (thus the" << ::std::endl
- << " temporary \033[1m-v0.1\033[0m suffix)." << ::std::endl
+ << " section below (overall properties) and JSON Dump Format" << ::std::endl
+ << " (b#json-dump) (format specifics). Note that the JSON" << ::std::endl
+ << " format is currently unstable (thus the temporary \033[1m-v0.1\033[0m" << ::std::endl
+ << " suffix)." << ::std::endl
<< ::std::endl
<< " Note that because it's possible to end up with multiple" << ::std::endl
<< " dumps (for example, by specifying the \033[1m--dump-scope\033[0m" << ::std::endl