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.cli10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/drop-options.cli b/bpkg/drop-options.cli
index 5669256..6901398 100644
--- a/bpkg/drop-options.cli
+++ b/bpkg/drop-options.cli
@@ -34,29 +34,29 @@ namespace bpkg
"Assume the answer to all prompts is \cb{yes}. Note that this option
does not apply to the dropping of dependents; use \cb{--drop-dependent}
for that."
- };
+ }
bool --no|-n
{
"Assume the answer to all prompts is \cb{no}. Only makes sense together
with \cb{--print-only|-p}."
- };
+ }
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."
- };
+ }
bool --print-only|-p
{
"Print to \cb{STDOUT} what would be done without actually doing
anything."
- };
+ }
};
}