From fcb50d36651e660db33f3bfaca564d4789273145 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Mar 2018 06:41:20 +0200 Subject: Documentation work --- bdep/help.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/help.cxx') 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 #include +// Help topics. +// +#include + 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"; -- cgit v1.1