Skip to content

Commit

Permalink
-#119: Fixes inability to use -m option
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobSingh committed Sep 2, 2012
1 parent 3b2d36f commit 7a64f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node.io/interfaces/cli.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ exports.cli = function (args, exit) {
case '-m': case '-m':
case '--max': case '--max':
options.max = args.shift(); options.max = args.shift();
break;
case '-t': case '-t':
case '--timeout': case '--timeout':
options.global_timeout = args.shift(); options.global_timeout = args.shift();
Expand Down

0 comments on commit 7a64f71

Please sign in to comment.