From 7d1a1400f922def1ecae683073f613135474bda7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Nov 2015 10:43:33 +0200 Subject: .cli file style update --- bpkg/drop-options.cli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpkg/drop-options.cli') 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." - }; + } }; } -- cgit v1.1