From 1f70aea0b04e23ef53c16b0b0f1de2947f7d5cf8 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 5 May 2026 17:16:31 -0700 Subject: [PATCH] [Docs] fix `--offline` help line alignment --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 57b458c..4ba5568 100755 --- a/nvm.sh +++ b/nvm.sh @@ -3211,7 +3211,7 @@ nvm() { nvm_echo ' --skip-default-packages When installing, skip the default-packages file if it exists' nvm_echo ' --latest-npm After installing, attempt to upgrade to the latest working npm on the given node version' nvm_echo ' --no-progress Disable the progress bar on any downloads' - nvm_echo ' --offline Install from cache only, without downloading anything' + nvm_echo ' --offline Install from cache only, without downloading anything' nvm_echo ' --alias= After installing, set the alias specified to the version specified. (same as: nvm alias )' nvm_echo ' --default After installing, set default alias to the version specified. (same as: nvm alias default )' nvm_echo ' --save After installing, write the specified version to .nvmrc'