aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info-options.cli')
-rw-r--r--bpkg/rep-info-options.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/rep-info-options.cli b/bpkg/rep-info-options.cli
index 0a61df1..349ba9f 100644
--- a/bpkg/rep-info-options.cli
+++ b/bpkg/rep-info-options.cli
@@ -30,17 +30,17 @@ namespace bpkg
bool --name|-n
{
"Print the specified repository's name and location."
- };
+ }
bool --repositories|-r
{
"Print information about prerequisite/complement repositories."
- };
+ }
bool --packages|-p
{
"Print information about available packages."
- };
+ }
bool --manifest|-m
{
@@ -48,6 +48,6 @@ namespace bpkg
it as manifest(s). Normally you would use this option in combination
with \cb{--packages|-p} or \cb{--repositories|-r} to only dump one
of the manifests."
- };
+ }
};
}