Skip to content

Commit

Permalink
Added missing option to set threads
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Sep 12, 2018
1 parent 4203b51 commit c00318f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reparation.pl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
'by=s'=>\$seedBYpass,
'score=f'=>\$score,
'out=s'=>\$output_folder,
'threads=i'=>\$threads,
'h|help|?'=>\$help
) or pod2usage(-verbose => 0);
pod2usage(-verbose => 1) if $help;
Expand Down

0 comments on commit c00318f

Please sign in to comment.