From 3469e1d984c6ae000b59c471e6ef84c4b43497f2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Sep 2016 19:38:33 +0200 Subject: Add -V which is equivalent to --verbose 3 --- bpkg/common.cli | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'bpkg/common.cli') diff --git a/bpkg/common.cli b/bpkg/common.cli index 90c150b..e71140a 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -42,8 +42,14 @@ namespace bpkg bool -v { - "Print underlying commands being executed. This is equivalent to - \cb{--verbose 2}." + "Print essential underlying commands being executed. This is equivalent + to \cb{--verbose 2}." + } + + bool -V + { + "Print all underlying commands being executed. This is equivalent to + \cb{--verbose 3}." } bool -q -- cgit v1.1