From b971976ea16f8ae9a487b0724f51e329c5624e19 Mon Sep 17 00:00:00 2001 From: Neeraj Nagure Date: Mon, 18 Mar 2024 18:47:32 +0530 Subject: [PATCH] added correct usage of helm install command Signed-off-by: Neeraj Nagure --- cmd/helm/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 9a304395c..cd6c24c81 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -132,7 +132,7 @@ func newInstallCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { var outfmt output.Format cmd := &cobra.Command{ - Use: "install [NAME] [CHART]", + Use: "install NAME CHART", Short: "install a chart", Long: installDesc, Args: require.MinimumNArgs(1),