diff --git a/bin/lrs-test.js b/bin/lrs-test.js index ad8b2dd..f68da60 100755 --- a/bin/lrs-test.js +++ b/bin/lrs-test.js @@ -18,7 +18,7 @@ .option('-p, --authPass ', 'sets password (required when basic authentication enabled)') .option('-R, --reporter ', 'specify the reporter to use') .option('-g, --grep ', 'only run tests matching ') - .option('-b --bail', 'bail after first test failure') + .option('-b, --bail', 'bail after first test failure') .parse(process.argv); var deferred = Q.defer(),