aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-03 10:52:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-03 10:52:54 +0200
commit5f010bb45851d335136369e70f71903c394e9a48 (patch)
tree468791f9f318ea1095be11d814afecd9e3713bdc /build2/b.cxx
parent4b4d7a0fd5c21815f4902d6527cb1eaf13b233f7 (diff)
Add -V option as equivalent to --verbose 3
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index a3861eb..a14b998 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -137,7 +137,7 @@ main (int argc, char* argv[])
//
verb = ops.verbose_specified ()
? ops.verbose ()
- : ops.v () ? 2 : ops.q () ? 0 : 1;
+ : ops.V () ? 3 : ops.v () ? 2 : ops.q () ? 0 : 1;
// Version.
//