Clarifying what spec files should be processed

This commit is contained in:
Tyler Akins 2015-01-23 21:17:52 +00:00
parent 464733444a
commit d50e034ac4

View File

@ -158,7 +158,7 @@ function processSpecFile(specFile, done) {
// 0 = node, 1 = script, 2 = file
if (process.argv.length < 3) {
console.log('Specify spec files on the command line');
console.log('Specify one or more JSON spec files on the command line');
process.exit();
}