Skip to content

Commit

Permalink
fix: invalid usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Sep 3, 2024
1 parent 4bbbb55 commit f644f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gobrew/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func init() {

if !isArgAllowed() {
log.Println("[Info] Invalid usage")
flag.Usage()
Usage()
return
}

Expand Down

0 comments on commit f644f2a

Please sign in to comment.