From f7297b84e7f6d9426cd6e63d7e7994c17452d629 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 6 Sep 2012 23:27:00 -0700 Subject: [PATCH] Tweak text of build.js help message. Former-commit-id: 755872c9ae5670cc3a33aa158be4478eafacc574 --- build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index fb2b67e4b..91614770a 100755 --- a/build.js +++ b/build.js @@ -265,7 +265,7 @@ ' Options:', '', ' -h, --help Display help information', - ' -s, --silent Skip printing status updates to the console', + ' -s, --silent Skip status updates normally logged to the console', ' -V, --version Output current version of Lo-Dash', '' ].join('\n')); @@ -665,7 +665,7 @@ // flag used to specify a mobile build var isMobile = !isLegacy && (isCSP || isUnderscore || options.indexOf('mobile') > -1); - // flag used to specify skipping status updates to the console + // flag used to specify skipping status updates normally logged to the console var isSilent = options.indexOf('-s') > -1 || options.indexOf('--silent') > -1; // flag used to specify `_.bindAll`, `_.extend`, and `_.defaults` are