From 6c069b88d4e0123fe1b0aea79a1d40f8a93ed145 Mon Sep 17 00:00:00 2001 From: Erik Price Date: Sun, 19 Aug 2018 14:52:49 -0700 Subject: [PATCH] Align command descriptions in help text Trivial whitespace change. This block used to be aligned, got misaligned when `` became ``. --- lib/help.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/help.js b/lib/help.js index 94bbc8d72ef12..3f70f2dc1f84c 100644 --- a/lib/help.js +++ b/lib/help.js @@ -170,10 +170,10 @@ function npmUsage (valid, cb) { npm.config.get('long') ? usages() : ' ' + wrap(commands), '', - 'npm -h quick help on ', - 'npm -l display full usage info', - 'npm help search for help on ', - 'npm help npm involved overview', + 'npm -h quick help on ', + 'npm -l display full usage info', + 'npm help search for help on ', + 'npm help npm involved overview', '', 'Specify configs in the ini-formatted file:', ' ' + npm.config.get('userconfig'),