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),