aboutsummaryrefslogtreecommitdiff
path: root/bpkg/drop-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/drop-options.cli')
-rw-r--r--bpkg/drop-options.cli11
1 files changed, 9 insertions, 2 deletions
diff --git a/bpkg/drop-options.cli b/bpkg/drop-options.cli
index 301bc9a..d1a3769 100644
--- a/bpkg/drop-options.cli
+++ b/bpkg/drop-options.cli
@@ -31,10 +31,17 @@ namespace bpkg
bool --yes|-y
{
"Assume the answer to all prompts is \cb{yes}. Note that this option
- does not apply to the dropping of dependents confirmation."
+ does not apply to the dropping of dependents; use \cb{--drop-dependent}
+ for that."
};
- bool --disfigure-only|-d
+ bool --drop-dependent
+ {
+ "Don't warn about or ask for confirmation of dropping dependent
+ packages."
+ };
+
+ bool --disfigure-only
{
"Disfigure all the packages but don't purge."
};