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-fetch-options.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-fetch-options.cli') diff --git a/bpkg/pkg-fetch-options.cli b/bpkg/pkg-fetch-options.cli index 441d63e..d8b9fc1 100644 --- a/bpkg/pkg-fetch-options.cli +++ b/bpkg/pkg-fetch-options.cli @@ -38,17 +38,17 @@ namespace bpkg bool --replace|-r { "Replace the archive if the package is already fetched or unpacked." - }; + } bool --existing|-e { "Treat the argument as an existing package archive path rather than package name/version to fetch." - }; + } bool --purge|-p { "Remove the existing package archive when the package is purged." - }; + } }; } -- cgit v1.1