aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-26 15:25:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-26 15:25:09 +0200
commit50223ed214cd89de6c28bc63965438703cddfe4d (patch)
tree98f993c1ed7cfd9bdb33a7c94a5139926556e20a /bpkg/help.cxx
parent3a6c4ab1b6fc79a6a543088553cdd6bc8cb0a1dd (diff)
Add bpkg-argument-grouping(1) help topic
Diffstat (limited to 'bpkg/help.cxx')
-rw-r--r--bpkg/help.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/help.cxx b/bpkg/help.cxx
index 2584f16..a5b6414 100644
--- a/bpkg/help.cxx
+++ b/bpkg/help.cxx
@@ -13,6 +13,7 @@
//
#include <bpkg/repository-signing.hxx>
#include <bpkg/repository-types.hxx>
+#include <bpkg/argument-grouping.hxx>
using namespace std;
using namespace butl;
@@ -35,6 +36,8 @@ namespace bpkg
usage = &print_bpkg_repository_signing_usage;
else if (t == "repository-types")
usage = &print_bpkg_repository_types_usage;
+ else if (t == "argument-grouping")
+ usage = &print_bpkg_argument_grouping_usage;
else
fail << "unknown bpkg command/help topic '" << t << "'" <<
info << "run 'bpkg help' for more information";