aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-fetch-options.cli')
-rw-r--r--bpkg/pkg-fetch-options.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-fetch-options.cli b/bpkg/pkg-fetch-options.cli
index 6f7386b..27b3ad7 100644
--- a/bpkg/pkg-fetch-options.cli
+++ b/bpkg/pkg-fetch-options.cli
@@ -28,14 +28,14 @@ namespace bpkg
{
class pkg_fetch_options: common_options
{
- dir_path --directory | -d (".")
+ dir_path --directory|-d (".")
{
"<dir>",
"Assume configuration is in <dir> rather than in the current working
directory."
};
- bool --archive | -a
+ bool --archive|-a
{
"Treat the argument as a package archive path rather than package
name/version to fetch."