Fix `--version` help text

Nicolás Bevacqua 2017-06-01 10:06:43 -03:00 committed by GitHub
parent 3497474fef
commit 051ef09daf
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -2197,7 +2197,7 @@ nvm() {
nvm_echo
nvm_echo 'Usage:'
nvm_echo ' nvm --help Show this message'
nvm_echo ' nvm --version Print out the latest released version of nvm'
nvm_echo ' nvm --version Print out the installed version of nvm'
nvm_echo ' nvm install [-s] <version> Download and install a <version>, [-s] from source. Uses .nvmrc if available'
nvm_echo ' --reinstall-packages-from=<version> When installing, reinstall packages installed in <node|iojs|node version number>'
nvm_echo ' --lts When installing, only select from LTS (long-term support) versions'