diff --git a/pkg/cmd/events/events.go b/pkg/cmd/events/events.go index 1830d28f3..cb4e0e60c 100644 --- a/pkg/cmd/events/events.go +++ b/pkg/cmd/events/events.go @@ -121,7 +121,7 @@ func NewCmdEvents(restClientGetter genericclioptions.RESTClientGetter, streams g flags := NewEventsFlags(restClientGetter, streams) cmd := &cobra.Command{ - Use: fmt.Sprintf("events [(-o|--output=)%s] [--for TYPE/NAME] [--watch] [--event=Normal,Warning]", strings.Join(flags.PrintFlags.AllowedFormats(), "|")), + Use: fmt.Sprintf("events [(-o|--output=)%s] [--for TYPE/NAME] [--watch] [--types=Normal,Warning]", strings.Join(flags.PrintFlags.AllowedFormats(), "|")), DisableFlagsInUseLine: true, Short: i18n.T("List events"), Long: eventsLong,