aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-05 20:50:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-06 13:19:00 +0300
commit1511d2d85e1a2142461af1b4cce4e47350fec7d0 (patch)
tree72ebd1fdd89b76bdd8108270913485633934da51 /build2/b.cli
parent4ea8b31ec37dc1c11f1c80e558361951253f1c58 (diff)
Print progress to terminal by default
Diffstat (limited to 'build2/b.cli')
-rw-r--r--build2/b.cli10
1 files changed, 8 insertions, 2 deletions
diff --git a/build2/b.cli b/build2/b.cli
index 0426844..46cf80a 100644
--- a/build2/b.cli
+++ b/build2/b.cli
@@ -335,8 +335,14 @@ namespace build2
bool --progress|-p
{
- "Display build progress. Only usable when printing to a terminal but
- can be combined with various verbosity levels."
+ "Display build progress. If printing to a terminal the progress is
+ displayed by default for low verbosity levels. Use \cb{--no-progress}
+ to suppress."
+ }
+
+ bool --no-progress
+ {
+ "Don't display build progress."
}
bool --quiet|-q