Skip to content

Commit 18685c1

Browse files
authored
fix: typo in usage output
1 parent b19fc0c commit 18685c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (f *Flags) AddFlags(flags *pflag.FlagSet) {
112112
"Selector (field query) to filter on, supports '=', '==', and '!=' (e.g. --field-selector key1=value1,key2=value2)")
113113

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

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

0 commit comments

Comments
 (0)