From bfb30909151ec923f7f2be7956b5b8ad71e9cad3 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 27 Aug 2019 16:48:20 -0400 Subject: [PATCH] fix(cmd/helm): Remove mention of init from help Signed-off-by: Marc Khouzam --- cmd/helm/root.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 76162ed1d..351045f68 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -83,13 +83,7 @@ __helm_custom_func() var globalUsage = `The Kubernetes package manager -To begin working with Helm, run the 'helm init' command: - - $ helm init - -This will set up any necessary local configuration. - -Common actions from this point include: +Common actions for Helm: - helm search: search for charts - helm fetch: download a chart to your local directory to view