From 2858e5f80f836862400bf814ef1b2dcb0ff8a74e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 15:14:39 +0200 Subject: Implement -q (quiet) mode --- bpkg/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 97c56e5..7bcdab5 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -15,7 +15,7 @@ exe{bpkg}: cxx{diagnostics} cli.cxx{common-options} \ cli.options += -I $src_root --include-with-brackets --include-prefix bpkg \ --guard-prefix BPKG --generate-file-scanner --cli-namespace bpkg::cli \ ---generate-parse --long-usage --exclude-base +--generate-specifier --generate-parse --long-usage --exclude-base # Option length must be the same to get commands/topics/options lists # aligned in the general help. -- cgit v1.1