Skip to content

Commit

Permalink
Merge pull request #498 from ybiquitous/typo-include-dir
Browse files Browse the repository at this point in the history
fix typo(cli): 'include-dir' -> 'input-dir'
  • Loading branch information
kangax committed Feb 24, 2016
2 parents 0f7b108 + 300ae8f commit 9cab368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 needs to be use with the option input-dir. If you are working with only 1 file, use -o.');
cli.exit(2);
}

Expand Down

0 comments on commit 9cab368

Please sign in to comment.