aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-28 16:15:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-28 16:15:46 +0200
commitf93507209633ce2f9904bcac246feb3961b7c090 (patch)
tree332d6977ffaba41022dd1d6df8f112a45a81ff64 /build2/b-options.cxx
parent86733b192e97e413281d35ee44bfbf2ee8a8aa87 (diff)
Regenerate options documentation
Diffstat (limited to 'build2/b-options.cxx')
-rw-r--r--build2/b-options.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/b-options.cxx b/build2/b-options.cxx
index 6409f3e..d9a9866 100644
--- a/build2/b-options.cxx
+++ b/build2/b-options.cxx
@@ -754,13 +754,13 @@ namespace build2
<< " includes both the number of active threads inside the" << ::std::endl
<< " build system as well as the number of external commands" << ::std::endl
<< " (compilers, linkers, etc) started but not yet finished. If" << ::std::endl
- << " this option is not specified or specified with the 0\033[0m" << ::std::endl
+ << " this option is not specified or specified with the \033[1m0\033[0m" << ::std::endl
<< " value, then the number of available hardware threads is" << ::std::endl
<< " used." << ::std::endl;
os << std::endl
<< "\033[1m--max-jobs\033[0m|\033[1m-J\033[0m \033[4mnum\033[0m Maximum number of jobs (threads) to create. The default is" << ::std::endl
- << " 8x the number of active jobs (--jobs|j\033[0m) on 32-bit" << ::std::endl
+ << " 8x the number of active jobs (\033[1m--jobs|j\033[0m) on 32-bit" << ::std::endl
<< " architectures and 32x on 64-bit. See the build system" << ::std::endl
<< " scheduler implementation for details." << ::std::endl;
@@ -791,7 +791,7 @@ namespace build2
<< " useful to investigate build failures that are caused by" << ::std::endl
<< " build system errors rather than compilation errors. Note" << ::std::endl
<< " that if you don't want to keep going but still want" << ::std::endl
- << " parallel execution, add --jobs|-j\033[0m (for example -j 0\033[0m for" << ::std::endl
+ << " parallel execution, add \033[1m--jobs|-j\033[0m (for example \033[1m-j 0\033[0m for" << ::std::endl
<< " default concurrency)." << ::std::endl;
os << std::endl