From 94ca5f5d6fc47b1b08833b15dfb06df4d02757e1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Sep 2020 07:34:01 +0200 Subject: Fix formatting in man page --- build2/b-options.cxx | 4 ++-- build2/b.cli | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'build2') 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 diff --git a/build2/b.cli b/build2/b.cli index f65d14a..7566418 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -407,7 +407,7 @@ namespace build2 { "Run quietly, only printing error messages in most contexts. In certain contexts (for example, while updating build system modules) this - verbosity level may be ignored. Use \c{--silent} to run quietly in all + verbosity level may be ignored. Use \cb{--silent} to run quietly in all contexts. This option is equivalent to \cb{--verbose 0}." } @@ -421,7 +421,7 @@ namespace build2 "", "Set the diagnostics verbosity to between 0 and 6. Level 0 disables any non-error messages (but see the difference between - \c{--quiet} and \c{--silent}) while level 6 produces lots of + \cb{--quiet} and \cb{--silent}) while level 6 produces lots of information, with level 1 being the default. The following additional types of diagnostics are produced at each level: -- cgit v1.1