From 9caa44624c688ebba6bc041c273102150b1a59e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Aug 2018 14:35:51 +0200 Subject: Add --{repositories|packages}-file options to bpkg-rep-info This allows saving both manifests with a single invocation (which is the only way to guarantee they are consistent). --- bpkg/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 5c3ba35..44c04ff 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -122,7 +122,7 @@ if $cli.configured --cli-namespace bpkg::cli --generate-vector-scanner --generate-file-scanner \ --generate-group-scanner --keep-separator --generate-specifier \ --generate-parse --page-usage 'bpkg::print_$name$_' --ansi-color \ ---include-base-last --option-length 23 +--include-base-last --option-length 24 cli.cxx{common-options}: cli.options += --short-usage --long-usage # Both. cli.cxx{bpkg-options}: cli.options += --short-usage --suppress-undocumented -- cgit v1.1