mirror of
https://github.com/helm/helm.git
synced 2026-05-26 11:15:59 -04:00
Minor typo fix
This commit is contained in:
parent
58be8c9fce
commit
ed28a38548
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue