Skip to content

Commit

Permalink
update usage info in docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Feb 4, 2019
1 parent d0cc3b2 commit e01a54e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ Rules & Behavior
return a Promise [boolean]
--bail, -b Abort ("bail") after first test failure [boolean]
--check-leaks Check for global variable leaks [boolean]
--delay Delay initial execution of root suite
--delay Delay initial execution of root suite [boolean]
--exit Force Mocha to quit after tests complete [boolean]
--forbid-only Fail if exclusive test(s) encountered [boolean]
--forbid-pending Fail if pending test(s) encountered [boolean]
Expand Down Expand Up @@ -872,7 +872,7 @@ File Handling
suite execution [array] [default: (none)]
--recursive Look for tests in subdirectories [boolean]
--require, -r Require module [array] [default: (none)]
--sort, -S Sort test files
--sort, -S Sort test files [boolean]
--watch, -w Watch files in the current working directory
for changes [boolean]
Expand All @@ -888,8 +888,8 @@ Positional Arguments
Other Options
--help, -h Show usage information & exit [boolean]
--version, -V Show version number & exit [boolean]
--interfaces List built-in user interfaces & exit
--reporters List built-in reporters & exit
--interfaces List built-in user interfaces & exit [boolean]
--reporters List built-in reporters & exit [boolean]
Mocha Resources
Chat: https://gitter.im/mochajs/mocha
Expand Down

0 comments on commit e01a54e

Please sign in to comment.