From: ybiquitous <10koba01@gmail.com> Date: Thu, 18 Feb 2016 06:57:11 +0000 (+0900) Subject: fix typo(cli): 'include-dir' -> 'input-dir' X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3186e55729f377c589308ea2ec416933102c717a;p=html-minifier.git fix typo(cli): 'include-dir' -> 'input-dir' --- diff --git a/cli.js b/cli.js index fad4062..3d80dbf 100755 --- a/cli.js +++ b/cli.js @@ -299,7 +299,7 @@ cli.main(function(args, options) { var outputDir = options['output-dir']; if (!inputDir) { - cli.error('The option output-dir need to be use with the option include-dir. If you are working with only 1 file, use -o.'); + cli.error('The option output-dir need to be use with the option input-dir. If you are working with only 1 file, use -o.'); cli.exit(2); }