Merge pull request #797 from Sequoia/patch-1

Add usage string for --reinstall-packages-from
Jordan Harband 2015-08-05 21:03:30 -07:00
commit c07838fcc0
1 changed files with 1 additions and 0 deletions

1
nvm.sh
View File

@ -1186,6 +1186,7 @@ nvm() {
echo " nvm help Show this message"
echo " nvm --version Print out the latest released version of nvm"
echo " nvm install [-s] <version> Download and install a <version>, [-s] from source. Uses .nvmrc if available"
echo " --reinstall-packages-from=<version> When installing, reinstall packages installed in <node|iojs|node version number>"
echo " nvm uninstall <version> Uninstall a version"
echo " nvm use [--silent] <version> Modify PATH to use <version>. Uses .nvmrc if available"
echo " nvm run <version> [<args>] Run <version> with <args> as arguments. Uses .nvmrc if available for <version>"