Skip to content

Commit

Permalink
main: remove cargo-culted PassDoubleDash; we don't take any args
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Jun 29, 2022
1 parent 85e49c6 commit 8268327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jlog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
var gen jlog.General
var in jlog.Input
var out jlog.Output
fp := flags.NewParser(nil, flags.HelpFlag|flags.PassDoubleDash)
fp := flags.NewParser(nil, flags.HelpFlag)
if _, err := fp.AddGroup("Input Schema", "", &in); err != nil {
panic(err)
}
Expand Down

0 comments on commit 8268327

Please sign in to comment.