fix grammar
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 28 Feb 2016 04:24:55 +0000 (12:24 +0800)
committerAlex Lam S.L <alexlamsl@gmail.com>
Sun, 28 Feb 2016 04:24:55 +0000 (12:24 +0800)
cli.js

diff --git a/cli.js b/cli.js
index e34e516..41320da 100755 (executable)
--- 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';