Tweak text of build.js help message.

Former-commit-id: 755872c9ae5670cc3a33aa158be4478eafacc574
This commit is contained in:
John-David Dalton
2012-09-06 23:27:00 -07:00
parent 9a7d9e7bb8
commit f7297b84e7

View File

@@ -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