aboutsummaryrefslogtreecommitdiff
path: root/bdep/help.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/help.cxx')
-rw-r--r--bdep/help.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/help.cxx b/bdep/help.cxx
index ec2c4c2..098e902 100644
--- a/bdep/help.cxx
+++ b/bdep/help.cxx
@@ -9,6 +9,10 @@
#include <bdep/diagnostics.hxx>
#include <bdep/bdep-options.hxx>
+// Help topics.
+//
+#include <bdep/projects-configs.hxx>
+
using namespace std;
using namespace butl;
@@ -26,6 +30,8 @@ namespace bdep
//
else if (t == "common-options")
usage = &print_bdep_common_options_long_usage;
+ else if (t == "projects-configs")
+ usage = &print_bdep_projects_configs_usage;
else
fail << "unknown bdep command/help topic '" << t << "'" <<
info << "run 'bdep help' for more information";