aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
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";