aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
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.
//