diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index 953978a74..eaed4618a 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -126,7 +126,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { return cmd }(), &cobra.Command{ - Use: "remove", + Use: "remove ", Short: "Remove an installed extension", Args: cobra.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) error {