Skip to content

Commit

Permalink
bugfix help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sfverbru committed Aug 3, 2017
1 parent 0edecd4 commit f23d0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mQC.pl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

if ($help){
print_help_text();
die "\n";
exit;
}

###########################################################################
Expand Down

0 comments on commit f23d0c5

Please sign in to comment.