From 26de8ecb760f2473bac7a536721b4abafaf7aafd Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 28 Jun 2016 09:51:11 -0700 Subject: [PATCH] feat(cmd): silence usage on error Closes https://github.com/kubernetes/helm/issues/864 --- cmd/helm/helm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index e54ceadb5..3a42044e0 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -69,6 +69,7 @@ var RootCommand = &cobra.Command{ Short: "The Helm package manager for Kubernetes.", Long: globalUsage, PersistentPostRun: teardown, + SilenceUsage: true, } func init() {