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