Skip to content

Commit

Permalink
flags usage on -help
Browse files Browse the repository at this point in the history
  • Loading branch information
padilo committed Oct 23, 2018
1 parent c3ec45d commit 34b8af7
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 34b8af7

Please sign in to comment.