mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
added --no-overwrite to help-string
This commit is contained in:
@ -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__":
|
||||||
|
|||||||
Reference in New Issue
Block a user