From 7d03940f6816329fa9ae131591717749bc76be5a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 16:56:24 +0300 Subject: Document default options files for commands --- bpkg/help.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/help.cxx') diff --git a/bpkg/help.cxx b/bpkg/help.cxx index 3946a5f..4b655f1 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -14,6 +14,7 @@ #include #include #include +#include using namespace std; using namespace butl; @@ -38,6 +39,8 @@ namespace bpkg usage = &print_bpkg_repository_types_usage; else if (t == "argument-grouping") usage = &print_bpkg_argument_grouping_usage; + else if (t == "default-options-files") + usage = &print_bpkg_default_options_files_usage; else fail << "unknown bpkg command/help topic '" << t << "'" << info << "run 'bpkg help' for more information"; -- cgit v1.1