From 5f010bb45851d335136369e70f71903c394e9a48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Aug 2016 10:52:54 +0200 Subject: Add -V option as equivalent to --verbose 3 --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/b.cxx') 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. // -- cgit v1.1