Improve phrasing of 'nvm current'

To help beginners know that 'nvm current' is talking about node and not nvm.
Valerie Mettler 2019-01-05 12:20:56 -08:00 committed by GitHub
parent 5e065ec026
commit 6354b170d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -2348,7 +2348,7 @@ nvm() {
nvm_echo ' nvm run [--silent] <version> [<args>] Run `node` on <version> with <args> as arguments. Uses .nvmrc if available'
nvm_echo ' --lts Uses automatic LTS (long-term support) alias `lts/*`, if available.'
nvm_echo ' --lts=<LTS name> Uses automatic alias for provided LTS line, if available.'
nvm_echo ' nvm current Display currently activated version'
nvm_echo ' nvm current Display currently activated version of Node'
nvm_echo ' nvm ls List installed versions'
nvm_echo ' nvm ls <version> List versions matching a given <version>'
nvm_echo ' nvm ls-remote List remote versions available for install'