aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-purge-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-purge-options.cli
parente6cfc9c482c9f1a1c6dfba10aadf1c5c6a32f0d3 (diff)
.cli file style update
Diffstat (limited to 'bpkg/pkg-purge-options.cli')
-rw-r--r--bpkg/pkg-purge-options.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-purge-options.cli b/bpkg/pkg-purge-options.cli
index 8b54124..95bf478 100644
--- a/bpkg/pkg-purge-options.cli
+++ b/bpkg/pkg-purge-options.cli
@@ -34,13 +34,13 @@ namespace bpkg
"Keep the package archive. Note that in this mode the package is
still retained in the configuration's database in the \cb{fetched}
state."
- };
+ }
bool --force|-f
{
"Purge a broken package. In this mode \cb{bpkg} will verify that
the package directory and archive no longer exist and will remove
the package from the configuration's database."
- };
+ }
};
}