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/build-options.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/build-options.cli') diff --git a/bpkg/build-options.cli b/bpkg/build-options.cli index 00a4c9c..77cfd72 100644 --- a/bpkg/build-options.cli +++ b/bpkg/build-options.cli @@ -47,17 +47,17 @@ namespace bpkg bool --yes|-y { "Assume the answer to all prompts is \cb{yes}." - }; + } bool --configure-only|-c { "Configure all the packages but don't update." - }; + } bool --print-only|-p { "Print to \cb{STDOUT} what would be done without actually doing anything." - }; + } }; } -- cgit v1.1