Update version option description with more accurate info

Signed-off-by: Eimhin Laverty <eimhin.laverty@rover.com>
pull/30508/head
Eimhin Laverty 7 months ago
parent 3a94215585
commit 8eb615d376

@ -279,7 +279,7 @@ testVersion() {
help () { help () {
echo "Accepted cli arguments are:" echo "Accepted cli arguments are:"
echo -e "\t[--help|-h ] ->> prints this help" 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 "\te.g. --version v3.0.0 or -v canary"
echo -e "\t[--no-sudo] ->> install without sudo" echo -e "\t[--no-sudo] ->> install without sudo"
} }

Loading…
Cancel
Save