aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-create.cli')
-rw-r--r--bpkg/rep-create.cli15
1 files changed, 13 insertions, 2 deletions
diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli
index 557d941..0e44b68 100644
--- a/bpkg/rep-create.cli
+++ b/bpkg/rep-create.cli
@@ -1,5 +1,4 @@
// file : bpkg/rep-create.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bpkg/common.cli>;
@@ -34,7 +33,19 @@ namespace bpkg
bool --ignore-unknown
{
- "Ignore unknown manifest entries."
+ "Ignore unknown manifest entries. Note that this option also ignores the
+ version constraints in the special toolchain build-time dependencies."
+ }
+
+ butl::standard_version --min-bpkg-version
+ {
+ "<ver>",
+ "Apply backward compatibility workarounds to the generated
+ \cb{packages.manifest} file so that it can be consumed by \cb{bpkg}
+ versions greater or equal to the specified version. If unspecified,
+ then the \cb{min-bpkg-version} value from the \cb{repositories.manifest}
+ file is used, if present. If the manifest value is not specified
+ either, then no backward compatibility workarounds are applied."
}
string --key