From 1c8eb68cd9b0f1cdfe0b6ee19b27769f6be6687a Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 28 Feb 2016 12:24:55 +0800 Subject: [PATCH] fix grammar --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.34.1