Skip to content

Commit

Permalink
chore: os.Exit(1) at usage().
Browse files Browse the repository at this point in the history
  • Loading branch information
takusuman committed Aug 2, 2024
1 parent 347a0a9 commit 485683c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/pkgproto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ func usage() {
fmt.Fprintf(os.Stderr,
"usage: %s [-i] [-c class] [path ...]\n",
progname)
os.Exit(1)
}

0 comments on commit 485683c

Please sign in to comment.