From b77b7dd3c75e17cc3c48ecc08e6149baed277471 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:03:00 +0100 Subject: [PATCH] Update install.go --- cmd/helm/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index a9d308908..0c21050b1 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -46,8 +46,8 @@ import ( const installDesc = ` This command installs a chart archive. -The install argument must be either a relative path to a chart directory or the -name of a chart in the current working directory. +The install argument must be a chart reference, a path to a packaged chart, +a path to an unpacked chart directory or a URL. To override values in a chart, use either the '--values' flag and pass in a file or use the '--set' flag and pass configuration from the command line.