added --no-overwrite to help-string

This commit is contained in:
Stefan A
2012-04-14 10:42:40 +02:00
parent a12beacfb0
commit bc342606fd

View File

@ -190,6 +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 "For details, read README_GRANULAR.txt" print "For details, read README_GRANULAR.txt"
if __name__ == "__main__": if __name__ == "__main__":