Skip to content

Commit 2275e9b

Browse files
authored
Update codecept.js
1 parent a984872 commit 2275e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/codecept.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ program
174174
.option('-R, --reporter <name>', 'specify the reporter to use')
175175
.option('-S, --sort', 'sort test files')
176176
.option('-b, --bail', 'bail after first test failure')
177-
.option('-d, --debug', "enable node's debugger, synonym for node --debug")
177+
.option('--inspec', "enable node's debugger, synonym for node --debug")
178178
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
179179
.option('-f, --fgrep <string>', 'only run tests containing <string>')
180180
.option('-i, --invert', 'inverts --grep and --fgrep matches')
@@ -276,7 +276,7 @@ program
276276
.option('-R, --reporter <name>', 'specify the reporter to use')
277277
.option('-S, --sort', 'sort test files')
278278
.option('-b, --bail', 'bail after first test failure')
279-
.option('-d, --debug', "enable node's debugger, synonym for node --debug")
279+
.option('--inspect', "enable node's debugger, synonym for node --debug")
280280
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
281281
.option('-f, --fgrep <string>', 'only run tests containing <string>')
282282
.option('-i, --invert', 'inverts --grep and --fgrep matches')

0 commit comments

Comments
 (0)