aboutsummaryrefslogtreecommitdiff
path: root/bpkg/build-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/build-options.cli')
-rw-r--r--bpkg/build-options.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/build-options.cli b/bpkg/build-options.cli
index 00a4c9c..77cfd72 100644
--- a/bpkg/build-options.cli
+++ b/bpkg/build-options.cli
@@ -47,17 +47,17 @@ namespace bpkg
bool --yes|-y
{
"Assume the answer to all prompts is \cb{yes}."
- };
+ }
bool --configure-only|-c
{
"Configure all the packages but don't update."
- };
+ }
bool --print-only|-p
{
"Print to \cb{STDOUT} what would be done without actually doing
anything."
- };
+ }
};
}