diff options
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 2 |
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. |