From 4d2e6045eb6c57f26aed1e4a3af149b74f39c02c Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Thu, 15 Apr 2010 12:22:16 -0500 Subject: [PATCH] Add "help" to the help message. --- nvm.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nvm.sh b/nvm.sh index a3dbff4..0f9c487 100644 --- a/nvm.sh +++ b/nvm.sh @@ -18,11 +18,12 @@ nvm() echo "Node Version Manager" echo echo "Usage:" + echo " nvm help (Show this message)" 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 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 "Example:" echo " nvm install v0.1.91"