From 0e4d06919b7c075275b22edfc031f90b7f421e7a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 14:24:15 +0200 Subject: Implement rep-create (create repository) command --- bpkg/help.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bpkg/help.cxx') diff --git a/bpkg/help.cxx b/bpkg/help.cxx index b63adbd..e4cb963 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -11,7 +11,6 @@ #include #include -#include using namespace std; @@ -50,7 +49,7 @@ namespace bpkg "specific ones."<< endl; } - int + void help (const help_options&, const string& t, void (*usage) (std::ostream&)) { if (usage != nullptr) // Command. @@ -64,7 +63,5 @@ namespace bpkg else fail << "unknown bpkg command/help topic '" << t << "'" << info << "run 'bpkg help' for more information"; - - return 0; } } -- cgit v1.1