We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b299359 commit bf4d6f2Copy full SHA for bf4d6f2
cmd/helm/plugin_install.go
@@ -39,8 +39,8 @@ This command allows you to install a plugin from a url to a VCS repo or a local
39
func newPluginInstallCmd(out io.Writer) *cobra.Command {
40
o := &pluginInstallOptions{}
41
cmd := &cobra.Command{
42
- Use: "install [options] <path|url>...",
43
- Short: "install one or more Helm plugins",
+ Use: "install [options] <path|url>",
+ Short: "install a Helm plugin",
44
Long: pluginInstallDesc,
45
Aliases: []string{"add"},
46
Args: require.ExactArgs(1),
0 commit comments