Add "help" to the help message.

master
Tim Caswell 2010-04-15 12:22:16 -05:00
parent 6c243e502e
commit 4d2e6045eb
1 changed files with 3 additions and 2 deletions

5
nvm.sh
View File

@ -18,11 +18,12 @@ nvm()
echo "Node Version Manager" echo "Node Version Manager"
echo echo
echo "Usage:" echo "Usage:"
echo " nvm help (Show this message)"
echo " nvm install version (Download and install a released version)" echo " nvm install version (Download and install a released version)"
echo " nvm use version (Set this version in the PATH)"
echo " nvm list (Show all installed versions)"
echo " nvm clone (Clone and install HEAD version)" echo " nvm clone (Clone and install HEAD version)"
echo " nvm update (Pull and rebuild HEAD version)" echo " nvm update (Pull and rebuild HEAD version)"
echo " nvm list (Show all installed versions)"
echo " nvm use version (Set this version in the PATH)"
echo echo
echo "Example:" echo "Example:"
echo " nvm install v0.1.91" echo " nvm install v0.1.91"