@@ -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