diff --git a/cmd/cli/kubectl-kyverno/create/command.go b/cmd/cli/kubectl-kyverno/create/command.go index 95679bbf00..dd39edff40 100644 --- a/cmd/cli/kubectl-kyverno/create/command.go +++ b/cmd/cli/kubectl-kyverno/create/command.go @@ -11,6 +11,7 @@ import ( func Command() *cobra.Command { cmd := &cobra.Command{ Use: "create", + Short: "Provides a command-line interface to help with the creation of various Kyverno resources.", Example: "", RunE: func(cmd *cobra.Command, args []string) error { return cmd.Help()