aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-04 14:24:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-04 14:24:15 +0200
commit0e4d06919b7c075275b22edfc031f90b7f421e7a (patch)
tree2aa441c99823561ab8f0c6b2d28a2965b2099514 /bpkg/help
parent81abf8eab067eab362f180a418215f9408de41dc (diff)
Implement rep-create (create repository) command
Diffstat (limited to 'bpkg/help')
-rw-r--r--bpkg/help5
1 files changed, 2 insertions, 3 deletions
diff --git a/bpkg/help b/bpkg/help
index 69e8f69..9c81e7e 100644
--- a/bpkg/help
+++ b/bpkg/help
@@ -8,12 +8,11 @@
#include <iosfwd>
#include <bpkg/types>
+#include <bpkg/help-options>
namespace bpkg
{
- class help_options;
-
- int
+ void
help (const help_options&,
const string& topic,
void (*usage) (std::ostream&));