From 1b76b443a64b94a4901188587c128fdc461baf48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Jun 2016 13:19:54 +0200 Subject: Add stub for repository-signing help topic --- bpkg/help.cxx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bpkg/help.cxx') diff --git a/bpkg/help.cxx b/bpkg/help.cxx index 8713426..cf496ca 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -9,6 +9,10 @@ #include #include +// Help topics. +// +#include + using namespace std; using namespace butl; @@ -21,8 +25,13 @@ namespace bpkg { if (t.empty ()) // General help. usage = &print_bpkg_usage; - else if (t == "common-options") // Help topics. + // + // Help topics. + // + else if (t == "common-options") usage = &print_bpkg_common_options_long_usage; + else if (t == "repository-signing") + usage = &print_bpkg_repository_signing_usage; else fail << "unknown bpkg command/help topic '" << t << "'" << info << "run 'bpkg help' for more information"; -- cgit v1.1