From ed28a3854836fefdcb5fa4be40d2dba0a1c5a40c Mon Sep 17 00:00:00 2001 From: Javier Cuevas Date: Thu, 20 Oct 2016 20:17:03 +0200 Subject: [PATCH] Minor typo fix --- cmd/helm/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index ba13b9be1..461333b8d 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -33,7 +33,7 @@ const upgradeDesc = ` This command upgrades a release to a new version of a chart. The upgrade arguments must be a release and a chart. The chart -argument can a chart reference ('stable/mariadb'), a path to a chart directory +argument can be a chart reference ('stable/mariadb'), a path to a chart directory or packaged chart, or a fully qualified URL. For chart references, the latest version will be specified unless the '--version' flag is set.