Skip to content

Commit

Permalink
Merge pull request #67 from padilo/fix-usage
Browse files Browse the repository at this point in the history
flags usage on -help
  • Loading branch information
simeji committed Oct 26, 2018
2 parents c3ec45d + 34b8af7 commit 5862d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/jid/jid.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func main() {
flag.Parse()

if help {
flag.Usage()
fmt.Println(getHelpString())
os.Exit(0)
}
Expand Down

0 comments on commit 5862d6b

Please sign in to comment.