Add hint about argument to extensions remove usage synopsis
This commit is contained in:
parent
ac6c859ca0
commit
a7fc43bc5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue