Skip to content

Commit

Permalink
Oops (sigh)
Browse files Browse the repository at this point in the history
Forgot to remove this redundant line
  • Loading branch information
mholt committed Aug 1, 2022
1 parent f783290 commit db1aa5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ func flagHelp(fs *flag.FlagSet) string {

buf := new(bytes.Buffer)
fs.SetOutput(buf)
buf.Write([]byte("(NOTE: use -- instead of - for flags)\n\n"))
fs.PrintDefaults()
return buf.String()
}
Expand Down

0 comments on commit db1aa5b

Please # to comment.