From 6dd9ecb607a545a38b3cca23e16c00bb1f7b4a95 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 16 Jan 2018 16:55:50 -0800 Subject: [PATCH] [Docs] add `nvm which current` to `nvm --help` output --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 1921c02..4e69c09 100644 --- a/nvm.sh +++ b/nvm.sh @@ -2348,7 +2348,7 @@ nvm() { nvm_echo ' nvm install-latest-npm Attempt to upgrade to the latest working `npm` on the current node version' nvm_echo ' nvm reinstall-packages Reinstall global `npm` packages contained in to current version' nvm_echo ' nvm unload Unload `nvm` from shell' - nvm_echo ' nvm which [] Display path to installed node version. Uses .nvmrc if available' + nvm_echo ' nvm which [current | ] Display path to installed node version. Uses .nvmrc if available' nvm_echo ' nvm cache dir Display path to the cache directory for nvm' nvm_echo ' nvm cache clear Empty cache directory for nvm' nvm_echo