Skip to content

Commit

Permalink
Remove indent from usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Feb 12, 2021
1 parent a166af7 commit a4699b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/netflow/fields_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var typesToElasticTypes = map[string]string{
}

func usage() {
fmt.Fprintf(os.Stderr, "Usage: fields_gen [-indent=N] [-header=file] [-output=file.yml] [input-csv,name-column,type-column,has-header]+\n")
fmt.Fprintf(os.Stderr, "Usage: fields_gen [-header=file] [-output=file.yml] [input-csv,name-column,type-column,has-header]+\n")
flag.PrintDefaults()
os.Exit(1)
}
Expand Down

0 comments on commit a4699b2

Please sign in to comment.