From 3186e55729f377c589308ea2ec416933102c717a Mon Sep 17 00:00:00 2001 From: ybiquitous <10koba01@gmail.com> Date: Thu, 18 Feb 2016 15:57:11 +0900 Subject: [PATCH] fix typo(cli): 'include-dir' -> 'input-dir' --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1