aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf')
-rw-r--r--cmd/mbf/main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 9828a8f1..dccc1b02 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -241,6 +241,12 @@ func main() {
)
}
+ c.Command(
+ "help",
+ "Show this help message",
+ func([]string) error { c.PrintHelp(); return nil },
+ )
+
c.MustParse(os.Args[1:], func(err error) {
if cache != nil {
cache.Close()