aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-09-09 07:34:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-09-09 07:34:01 +0200
commit94ca5f5d6fc47b1b08833b15dfb06df4d02757e1 (patch)
tree40b280a6105d45d7bb33979445374f33ee491a21 /build2/b-options.cxx
parent847793d31b2ee057dd9f069c5d354063396aff3b (diff)
Fix formatting in man page
Diffstat (limited to 'build2/b-options.cxx')
-rw-r--r--build2/b-options.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b-options.cxx b/build2/b-options.cxx
index ce322cc..60eeec6 100644
--- a/build2/b-options.cxx
+++ b/build2/b-options.cxx
@@ -1011,7 +1011,7 @@ namespace build2
<< "\033[1m--quiet\033[0m|\033[1m-q\033[0m Run quietly, only printing error messages in most" << ::std::endl
<< " contexts. In certain contexts (for example, while" << ::std::endl
<< " updating build system modules) this verbosity level may" << ::std::endl
- << " be ignored. Use --silent\033[0m to run quietly in all contexts." << ::std::endl
+ << " be ignored. Use \033[1m--silent\033[0m to run quietly in all contexts." << ::std::endl
<< " This option is equivalent to \033[1m--verbose 0\033[0m." << ::std::endl;
os << std::endl
@@ -1021,7 +1021,7 @@ namespace build2
os << std::endl
<< "\033[1m--verbose\033[0m \033[4mlevel\033[0m Set the diagnostics verbosity to \033[4mlevel\033[0m between 0 and 6." << ::std::endl
<< " Level 0 disables any non-error messages (but see the" << ::std::endl
- << " difference between --quiet\033[0m and --silent\033[0m) while level 6" << ::std::endl
+ << " difference between \033[1m--quiet\033[0m and \033[1m--silent\033[0m) while level 6" << ::std::endl
<< " produces lots of information, with level 1 being the" << ::std::endl
<< " default. The following additional types of diagnostics" << ::std::endl
<< " are produced at each level:" << ::std::endl