fix: wrong cli description

Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
(cherry picked from commit bf4d6f290b)
release-3.15 v3.15.2
yyzxw 2 years ago committed by Matt Farina
parent 70b225c9ab
commit 1a500d5625
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

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

Loading…
Cancel
Save