X Tutup
Skip to content

Commit a7fc43b

Browse files
committed
Add hint about argument to extensions remove usage synopsis
1 parent ac6c859 commit a7fc43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/extension/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
126126
return cmd
127127
}(),
128128
&cobra.Command{
129-
Use: "remove",
129+
Use: "remove <name>",
130130
Short: "Remove an installed extension",
131131
Args: cobra.ExactArgs(1),
132132
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)
X Tutup