Skip to content

Commit

Permalink
Changed --timeout to -T instead #120.
Browse files Browse the repository at this point in the history
  • Loading branch information
airportyh committed Dec 11, 2012
1 parent 4dbf08e commit 84d8c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testem.js
Expand Up @@ -18,6 +18,7 @@ program
.option('-d, --debug', 'output debug to debug log - testem.log')
.option('-t, --test_page [page]', 'the html page to drive the tests')


program
.command('launchers')
.description('Print the list of available launchers (browsers & process launchers)')
Expand All @@ -30,7 +31,7 @@ program
program
.command('ci')
.description('Continuous integration mode')
.option('-o, --timeout [sec]', 'timeout a browser after [sec] seconds', null)
.option('-T, --timeout [sec]', 'timeout a browser after [sec] seconds', null)
.action(function(env){
env.__proto__ = program
progOptions = env
Expand Down

0 comments on commit 84d8c39

Please sign in to comment.