aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-16 15:24:34 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-16 15:26:51 +0200
commitd659d74131996cea06e39f90114e21b36e61f6fc (patch)
treea9d27de9e8ef4702f4894d824685659471bd168b /git-bug.go
parent6f4661a9e37266c6a2638b5bda220efe89d0f583 (diff)
downloadgit-bug-d659d74131996cea06e39f90114e21b36e61f6fc.tar.gz
fix build
Diffstat (limited to 'git-bug.go')
-rw-r--r--git-bug.go2
1 files changed, 1 insertions, 1 deletions
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() {