diff options
Diffstat (limited to 'git-bug.go')
-rw-r--r-- | git-bug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ func help(command string) { rootUsage() return } - subcommand.Usage(rootCommandName) + subcommand.PrintUsage(rootCommandName, command) } func main() { |