Fixed help text

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2021-09-29 18:58:50 +02:00
parent 112bfc9db9
commit 05892dd003

View file

@ -24,7 +24,7 @@ first = True
while i < argc: while i < argc:
if sys.argv[i] == "-h" or sys.argv[i] == "--help": if sys.argv[i] == "-h" or sys.argv[i] == "--help":
print("usage: split-world.py <file> [OPTIONS]") 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("")
print(" <file> Is the worldwide osm file") print(" <file> Is the worldwide osm file")
print("OPTIONS") print("OPTIONS")