From d659d74131996cea06e39f90114e21b36e61f6fc Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 16 Jul 2018 15:24:34 +0200 Subject: fix build --- git-bug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-bug.go') diff --git a/git-bug.go b/git-bug.go index 1b430aba..cb0bc7b1 100644 --- a/git-bug.go +++ b/git-bug.go @@ -35,7 +35,7 @@ func help(command string) { rootUsage() return } - subcommand.Usage(rootCommandName) + subcommand.PrintUsage(rootCommandName, command) } func main() { -- cgit v1.2.3