From: Alex Lam S.L Date: Sun, 28 Feb 2016 04:24:55 +0000 (+0800) Subject: fix grammar X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1c8eb68cd9b0f1cdfe0b6ee19b27769f6be6687a;p=html-minifier.git fix grammar --- diff --git a/cli.js b/cli.js index e34e516..41320da 100755 --- a/cli.js +++ b/cli.js @@ -47,7 +47,7 @@ cli.option_width = 40; cli.setApp(appName, appVersion); var usage = appName + ' [OPTIONS] [FILE(s)]\n\n'; -usage += ' If no input files is specified then STDIN will be used for input.\n'; +usage += ' If no input files are specified then STDIN will be used for input.\n'; usage += ' If more than one input file is specified then those will be concatenated and minified together.\n\n'; usage += ' When you specify a config file with the --config-file option (see sample-cli-config-file.conf for format)\n'; usage += ' you can still override some of its contents by providing individual command line options, too.\n\n';