Skip to content

Commit

Permalink
fix: typo in usage output
Browse files Browse the repository at this point in the history
  • Loading branch information
sidick committed Nov 2, 2022
1 parent b19fc0c commit 18685c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (f *Flags) AddFlags(flags *pflag.FlagSet) {
"Selector (field query) to filter on, supports '=', '==', and '!=' (e.g. --field-selector key1=value1,key2=value2)")

flags.StringVarP(&f.Output, flagOutput, flagOutputShorthand, f.Output,
"Output format. One of 'wide', 'slit', 'split-wide'")
"Output format. One of 'wide', 'split', 'split-wide'")

flags.Var(&f.RecommendationType, flagRecommendationType,
fmt.Sprintf("The type of recommendation to use in comparisons. One of: %s", strings.Join(recommendationTypeFlagValues(), ", ")))
Expand Down

0 comments on commit 18685c1

Please sign in to comment.