From d268ff193e240751485bb6ff01268d45c21548ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 14:19:56 +0300 Subject: Document default options files for remaining commands --- bdep/help.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bdep/help.cxx') 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 +#include 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"; -- cgit v1.1