aboutsummaryrefslogtreecommitdiff
path: root/bdep/help.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/help.cxx')
-rw-r--r--bdep/help.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bdep/help.cxx b/bdep/help.cxx
index fe64c2a..4175b89 100644
--- a/bdep/help.cxx
+++ b/bdep/help.cxx
@@ -12,6 +12,7 @@
// Help topics.
//
#include <bdep/projects-configs.hxx>
+#include <bdep/default-options-files.hxx>
using namespace std;
using namespace butl;
@@ -32,6 +33,8 @@ namespace bdep
usage = &print_bdep_common_options_long_usage;
else if (t == "projects-configs")
usage = &print_bdep_projects_configs_usage;
+ else if (t == "default-options-files")
+ usage = &print_bdep_default_options_files_usage;
else
fail << "unknown bdep command/help topic '" << t << "'" <<
info << "run 'bdep help' for more information";