mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Update version option description with more accurate info
Signed-off-by: Eimhin Laverty <eimhin.laverty@rover.com>
This commit is contained in:
parent
3a94215585
commit
8eb615d376
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ testVersion() {
|
|||
help () {
|
||||
echo "Accepted cli arguments are:"
|
||||
echo -e "\t[--help|-h ] ->> prints this help"
|
||||
echo -e "\t[--version|-v <desired_version>] . When not defined it fetches the latest release from GitHub"
|
||||
echo -e "\t[--version|-v <desired_version>] . When not defined it fetches the latest release tag from the Helm CDN"
|
||||
echo -e "\te.g. --version v3.0.0 or -v canary"
|
||||
echo -e "\t[--no-sudo] ->> install without sudo"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue