aboutsummaryrefslogtreecommitdiff
path: root/bdep/help.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-20 06:41:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-20 06:41:20 +0200
commitfcb50d36651e660db33f3bfaca564d4789273145 (patch)
treeee741c1d928b62db10549208096199def1cddaa8 /bdep/help.cxx
parentc02d4eeb02c06dcd0e3340bb3681f250d468922d (diff)
Documentation work
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";