Skip to content

Commit

Permalink
fix: wrong cli description
Browse files Browse the repository at this point in the history
Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
(cherry picked from commit bf4d6f2)
  • Loading branch information
yyzxw authored and mattfarina committed Jun 12, 2024
1 parent 70b225c commit 1a500d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/helm/plugin_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
o := &pluginInstallOptions{}
cmd := &cobra.Command{
Use: "install [options] <path|url>...",
Short: "install one or more Helm plugins",
Use: "install [options] <path|url>",
Short: "install a Helm plugin",
Long: pluginInstallDesc,
Aliases: []string{"add"},
Args: require.ExactArgs(1),
Expand Down

0 comments on commit 1a500d5

Please sign in to comment.