aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch-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/pkg-fetch-options.cli
parente6cfc9c482c9f1a1c6dfba10aadf1c5c6a32f0d3 (diff)
.cli file style update
Diffstat (limited to 'bpkg/pkg-fetch-options.cli')
-rw-r--r--bpkg/pkg-fetch-options.cli6
1 files changed, 3 insertions, 3 deletions
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."
- };
+ }
};
}