From 88b76a9cd20ac0cb6582f2cb918474e1da938802 Mon Sep 17 00:00:00 2001 From: Ryan Smith <0ryansmith1994@gmail.com> Date: Mon, 18 May 2015 13:47:03 +0100 Subject: [PATCH] Corrects bail option. --- bin/lrs-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),