diff --git a/bin/mustache b/bin/mustache index 6067e0b..430e8b9 100755 --- a/bin/mustache +++ b/bin/mustache @@ -16,13 +16,14 @@ while ((partialArgIndex = process.argv.indexOf('-p')) > -1) { var viewArg = process.argv[2]; var templateArg = process.argv[3]; +var outputArg = process.argv[4]; if (hasVersionArg()) { return console.log(pkg.version); } if (!templateArg || !viewArg) { - console.error('Syntax: mustache