helpstring typo

This commit is contained in:
Stefan A
2012-07-02 13:35:13 +02:00
parent c65ba3ee02
commit e9a74ac55f

View File

@ -190,7 +190,7 @@ def printHelp():
print "--cpunum : sets the number of processes to start, default (and maximum)",\ print "--cpunum : sets the number of processes to start, default (and maximum)",\
"is the amout of cpu cores avaliable at your system" "is the amout of cpu cores avaliable at your system"
print "--help : writes this help message and exits" print "--help : writes this help message and exits"
print "no-overwrite: disables overwriting of already post-processed files." print "--no-overwrite: disables overwriting of already post-processed files."
print "For details, read README_GRANULAR.txt" print "For details, read README_GRANULAR.txt"
if __name__ == "__main__": if __name__ == "__main__":