aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-create-options.cli')
-rw-r--r--bpkg/cfg-create-options.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/cfg-create-options.cli b/bpkg/cfg-create-options.cli
index f368d82..4ff0973 100644
--- a/bpkg/cfg-create-options.cli
+++ b/bpkg/cfg-create-options.cli
@@ -31,12 +31,12 @@ namespace bpkg
"<dir>",
"Create configuration in <dir> rather than in the current working
directory."
- };
+ }
bool --wipe
{
"Wipe the configuration directory clean before creating the new
configuration."
- };
+ }
};
}