diff --git a/pkg/commands/app.go b/pkg/commands/app.go index 2cb4a5fd82..8af7017d49 100644 --- a/pkg/commands/app.go +++ b/pkg/commands/app.go @@ -613,11 +613,11 @@ func NewPluginCommand() *cobra.Command { }, }, &cobra.Command{ - Use: "Uninstall PLUGIN_NAME", + Use: "uninstall PLUGIN_NAME", Aliases: []string{"u"}, SilenceErrors: true, DisableFlagsInUseLine: true, - Short: "uninstall a plugin", + Short: "Uninstall a plugin", Args: cobra.ExactArgs(1), RunE: func(_ *cobra.Command, args []string) error { if err := plugin.Uninstall(args[0]); err != nil {