Skip to content

Commit bf4d6f2

Browse files
yyzxwxiaowu.zhu
authored and
xiaowu.zhu
committed
fix: wrong cli description
Signed-off-by: xiaowu.zhu <[email protected]>
1 parent b299359 commit bf4d6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/helm/plugin_install.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ This command allows you to install a plugin from a url to a VCS repo or a local
3939
func newPluginInstallCmd(out io.Writer) *cobra.Command {
4040
o := &pluginInstallOptions{}
4141
cmd := &cobra.Command{
42-
Use: "install [options] <path|url>...",
43-
Short: "install one or more Helm plugins",
42+
Use: "install [options] <path|url>",
43+
Short: "install a Helm plugin",
4444
Long: pluginInstallDesc,
4545
Aliases: []string{"add"},
4646
Args: require.ExactArgs(1),

0 commit comments

Comments
 (0)