Add hint about argument to extensions remove usage synopsis

This commit is contained in:
Mislav Marohnić 2021-08-12 15:41:17 +02:00
parent ac6c859ca0
commit a7fc43bc5f

View file

@ -126,7 +126,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
return cmd
}(),
&cobra.Command{
Use: "remove",
Use: "remove <name>",
Short: "Remove an installed extension",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {