tap & junit to the console

This commit is contained in:
soulgalore 2014-09-21 22:26:00 +02:00
parent 04ad0ada0b
commit bc34675d2c
1 changed files with 2 additions and 2 deletions

View File

@ -173,11 +173,11 @@ var fs = require('fs-extra'),
},
junit: {
flag: true,
help: 'Create JUnit output'
help: 'Create JUnit output to the console.'
},
tap: {
flag: true,
help: 'Create TAP output'
help: 'Create TAP output to the console.'
},
skipTest: {
metavar: '<ruleid1,ruleid2,...>',