Skip to content

Commit

Permalink
Fix Go <1.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Mar 9, 2018
1 parent 380372f commit e407187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

func main() {
flag.Usage = func() {
out := flag.CommandLine.Output()
out := os.Stderr
fmt.Fprintln(out, "Usage: jaggr [OPTIONS] FIELD_DEF [FIELD_DEF...]:")
fmt.Fprintln(out, "")
fmt.Fprintln(out, "OPTIONS:")
Expand Down

0 comments on commit e407187

Please sign in to comment.