mirror of
https://github.com/helm/helm.git
synced 2026-08-03 22:50:49 +00:00
Update version option description with more accurate info
Signed-off-by: Eimhin Laverty <eimhin.laverty@rover.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user