Skip to content

Commit

Permalink
Merge pull request #1974 from valeriemettler/valeriemettler-patch-1
Browse files Browse the repository at this point in the history
[Docs] Improve phrasing of 'nvm current'
  • Loading branch information
ljharb committed Jan 5, 2019
2 parents 5e065ec + 6354b17 commit 0acccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -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'
Expand Down

0 comments on commit 0acccb8

Please sign in to comment.