aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-create-options.cli')
-rw-r--r--bpkg/rep-create-options.cli5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpkg/rep-create-options.cli b/bpkg/rep-create-options.cli
index 13c3b3d..70ca78d 100644
--- a/bpkg/rep-create-options.cli
+++ b/bpkg/rep-create-options.cli
@@ -19,5 +19,10 @@ namespace bpkg
"Use <dir> as the repository root directory instead of the
current working directory."
*/
+
+ bool --ignore-unknown
+ {
+ "Ignore unknown manifest entries."
+ }
};
}