From bfbc2283a617f396181a0347c65af1c14d1a4c33 Mon Sep 17 00:00:00 2001 From: Erik Price Date: Mon, 20 Aug 2018 15:36:36 -0700 Subject: [PATCH] docs: Align command descriptions in help text (#55) PR-URL: https://github.com/npm/cli/pull/55 Credit: @erik Reviewed-By: @zkat --- 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'),