aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info.cli')
-rw-r--r--bpkg/rep-info.cli21
1 files changed, 16 insertions, 5 deletions
diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli
index 60854ce..c18831f 100644
--- a/bpkg/rep-info.cli
+++ b/bpkg/rep-info.cli
@@ -89,15 +89,26 @@ namespace bpkg
"Instead of printing the information in the human-readable form, dump it
(to \cb{stdout}) as manifest(s). Normally you would use this option in
combination with \cb{--packages|-p} or \cb{--repositories|-r} to only
- dump one of the manifests. If the \cb{--deep} option is specified,
- then in the resulting packages manifest the \cb{*-file} values are
- replaced with the contents of the referenced files. See also
- \cb{--repositories-file} and \cb{--packages-file}."
+ dump one of the manifests. If the \cb{--deep} option is specified, then
+ in the resulting packages manifest the \cb{*-file} values are replaced
+ with the contents of the referenced files and the \c{*-build} values
+ are automatically added (unless the corresponding files are
+ absent). See also \cb{--ignore-unknown}, \cb{--repositories-file}, and
+ \cb{--packages-file}."
+ }
+
+ bool --ignore-unknown
+ {
+ "Ignore unknown manifest entries. Note that this option also ignores
+ the version constraints in the special toolchain build-time
+ dependencies. This option is implied if \cb{--manifest} is not
+ specified."
}
bool --deep
{
- "Verify files referenced by the \cb{*-file} manifest values."
+ "Verify the presence of the required \c{*-build} values/files and
+ the validity of files referenced by the \cb{*-file} manifest values."
}
path --repositories-file