Skip to content

Commit

Permalink
Merge pull request #2 from mjnaderi/patch-1
Browse files Browse the repository at this point in the history
Accept real numbers as timelimit
  • Loading branch information
pshved committed Jul 31, 2013
2 parents 62c77b7 + 152b12c commit 97c9ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timeout
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ my $info_on_success = 1;
my $confess = '';

GetOptions(
'timelimit|t=i'=>\$timelimit,
'timelimit|t=f'=>\$timelimit,
'hanguplimit|h=i'=>\$hanguplimit,
'detect-hangup!'=>\$kill_stale,
'detect-hangups!'=>\$kill_stale,
Expand Down

0 comments on commit 97c9ad1

Please sign in to comment.