Skip to content

Commit 4b6068b

Browse files
committed
renamed and made it executable
1 parent 58a2a84 commit 4b6068b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/runPhaME.pl renamed to src/runPhaME

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,12 +849,16 @@ sub print_timeInterval {
849849
}
850850

851851
sub version {
852-
print "\n$PACKAGENAME (version $PACKAGEVERSION)\n";
852+
print "$PACKAGENAME (version $PACKAGEVERSION)\n";
853+
exit;
853854
}
854855

855856
sub printusage {
856857
print "\n$PACKAGENAME (version $PACKAGEVERSION)\n";
857-
print "\nUSAGE: runPhaME.pl <control file>\n\n";
858+
print "\nUSAGE: runPhaME <control file>\n\n";
859+
print "-h show this help message and exit\n";
860+
print "-v show version number and exit\n";
861+
exit;
858862
print "\n";
859863
print "\n";
860864
}

0 commit comments

Comments
 (0)