Skip to content

Commit 5862d6b

Browse files
authored
Merge pull request #67 from padilo/fix-usage
flags usage on -help
2 parents c3ec45d + 34b8af7 commit 5862d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/jid/jid.go

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func main() {
2727
flag.Parse()
2828

2929
if help {
30+
flag.Usage()
3031
fmt.Println(getHelpString())
3132
os.Exit(0)
3233
}

0 commit comments

Comments
 (0)