From 051ef09daf7c8a2555ee9c688592f62d2e3bb937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Bevacqua?= Date: Thu, 1 Jun 2017 10:06:43 -0300 Subject: [PATCH] Fix `--version` help text --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index f4769de..61977b5 100644 --- a/nvm.sh +++ b/nvm.sh @@ -2197,7 +2197,7 @@ nvm() { nvm_echo nvm_echo 'Usage:' nvm_echo ' nvm --help Show this message' - nvm_echo ' nvm --version Print out the latest released version of nvm' + nvm_echo ' nvm --version Print out the installed version of nvm' nvm_echo ' nvm install [-s] Download and install a , [-s] from source. Uses .nvmrc if available' nvm_echo ' --reinstall-packages-from= When installing, reinstall packages installed in ' nvm_echo ' --lts When installing, only select from LTS (long-term support) versions'