From 705e806eb94b743ba962080c4b397d9b32af4a50 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Mar 2017 11:23:15 +0200 Subject: Options cleanup --- build2/b.cli | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'build2/b.cli') diff --git a/build2/b.cli b/build2/b.cli index d711109..0d61c00 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -247,8 +247,8 @@ namespace build2 "Number of active jobs to perform in parallel. This includes both the number of active threads inside the build system as well as the number of external commands (compilers, linkers, etc) started but not yet - finished. If this option is not specified, then the number of available - hardware threads is used." + finished. If this option is not specified or specified with the \c{0} + value, then the number of available hardware threads is used." } size_t --max-jobs|-J @@ -262,8 +262,10 @@ namespace build2 bool --serial-stop|-s { "Run serially and stop at the first error. This mode is useful to - investigate build failured that are caused by build system errors - rather than compilation errors." + investigate build failures that are caused by build system errors + rather than compilation errors. Note that if you don't want to keep + going but still want parallel execution, add \c{--jobs|-j} (for example + \c{-j 0} for default concurrency)." } bool --no-column -- cgit v1.1