From 63f23d02348e716efe27766803fcd6ba1c8226f8 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 28 Jun 2016 23:03:21 -0700 Subject: [PATCH] docs(cmd): remove --file flag from help text --- cmd/helm/get.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/helm/get.go b/cmd/helm/get.go index 243f758c9..2ec9217c7 100644 --- a/cmd/helm/get.go +++ b/cmd/helm/get.go @@ -43,8 +43,6 @@ chart, the supplied values, and the generated manifest file. var getValuesHelp = ` This command downloads a values file for a given release. - -To save the output to a file, use the -f flag. ` var getManifestHelp = `