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/pkg-unpack-options.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-unpack-options.cli') diff --git a/bpkg/pkg-unpack-options.cli b/bpkg/pkg-unpack-options.cli index 41928f6..bd9f773 100644 --- a/bpkg/pkg-unpack-options.cli +++ b/bpkg/pkg-unpack-options.cli @@ -39,17 +39,17 @@ namespace bpkg { "Treat the argument as an existing package directory path rather than package name to unpack." - }; + } bool --purge|-p { "Remove the existing package directory when the package is purged." - }; + } bool --replace|-r { "Replace the source directory if the package is already unpacked or fetched. Can only be specified together with \cb{-e|--existing}." - }; + } }; } -- cgit v1.1