Skip to content

Commit e01a54e

Browse files
committed
update usage info in docs [ci skip]
1 parent d0cc3b2 commit e01a54e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Rules & Behavior
833833
return a Promise [boolean]
834834
--bail, -b Abort ("bail") after first test failure [boolean]
835835
--check-leaks Check for global variable leaks [boolean]
836-
--delay Delay initial execution of root suite
836+
--delay Delay initial execution of root suite [boolean]
837837
--exit Force Mocha to quit after tests complete [boolean]
838838
--forbid-only Fail if exclusive test(s) encountered [boolean]
839839
--forbid-pending Fail if pending test(s) encountered [boolean]
@@ -872,7 +872,7 @@ File Handling
872872
suite execution [array] [default: (none)]
873873
--recursive Look for tests in subdirectories [boolean]
874874
--require, -r Require module [array] [default: (none)]
875-
--sort, -S Sort test files
875+
--sort, -S Sort test files [boolean]
876876
--watch, -w Watch files in the current working directory
877877
for changes [boolean]
878878
@@ -888,8 +888,8 @@ Positional Arguments
888888
Other Options
889889
--help, -h Show usage information & exit [boolean]
890890
--version, -V Show version number & exit [boolean]
891-
--interfaces List built-in user interfaces & exit
892-
--reporters List built-in reporters & exit
891+
--interfaces List built-in user interfaces & exit [boolean]
892+
--reporters List built-in reporters & exit [boolean]
893893
894894
Mocha Resources
895895
Chat: https://gitter.im/mochajs/mocha

0 commit comments

Comments
 (0)