Updated inline help to accurately indicate the 'latest' tag installs the latest current version. Fixes #653

This commit is contained in:
coreybutler
2021-09-10 22:54:32 -05:00
parent 9f93b4cf6d
commit 71097afb40

View File

@@ -595,7 +595,7 @@ func help() {
fmt.Println("\nUsage:")
fmt.Println(" ")
fmt.Println(" nvm arch : Show if node is running in 32 or 64 bit mode.")
fmt.Println(" nvm install <version> [arch] : The version can be a node.js version or \"latest\" for the latest stable version.")
fmt.Println(" nvm install <version> [arch] : The version can be a node.js version or \"latest\" for the latest current version.")
fmt.Println(" Optionally specify whether to install the 32 or 64 bit version (defaults to system arch).")
fmt.Println(" Set [arch] to \"all\" to install 32 AND 64 bit versions.")
fmt.Println(" Add --insecure to the end of this command to bypass SSL validation of the remote download server.")