aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-04 15:14:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-04 15:14:39 +0200
commit2858e5f80f836862400bf814ef1b2dcb0ff8a74e (patch)
tree04572a5e4076e17a125b7a2685491ae1efc9a93e /bpkg/buildfile
parentcfba3d8d5c83656f272a9713ae6e204f5bb81fa1 (diff)
Implement -q (quiet) mode
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile2
1 files changed, 1 insertions, 1 deletions
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.