aboutsummaryrefslogtreecommitdiff
path: root/bpkg/drop-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-26 10:43:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-26 10:43:33 +0200
commit7d1a1400f922def1ecae683073f613135474bda7 (patch)
tree5b463072b5a319277402bd72b10093516ab0920e /bpkg/drop-options.cli
parente6cfc9c482c9f1a1c6dfba10aadf1c5c6a32f0d3 (diff)
.cli file style update
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."
- };
+ }
};
}