Fixed help text
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
112bfc9db9
commit
05892dd003
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ first = True
|
|||
while i < argc:
|
||||
if sys.argv[i] == "-h" or sys.argv[i] == "--help":
|
||||
print("usage: split-world.py <file> [OPTIONS]")
|
||||
print("Handles job asignments and keeps track of the status")
|
||||
print("Splits a global .pbf file into 10x10 degree ones")
|
||||
print("")
|
||||
print(" <file> Is the worldwide osm file")
|
||||
print("OPTIONS")
|
||||
|
|
Loading…
Reference in a new issue