diff --git a/split-world.py b/split-world.py index ddf0ec0..5606cad 100755 --- a/split-world.py +++ b/split-world.py @@ -24,7 +24,7 @@ first = True while i < argc: if sys.argv[i] == "-h" or sys.argv[i] == "--help": print("usage: split-world.py [OPTIONS]") - print("Handles job asignments and keeps track of the status") + print("Splits a global .pbf file into 10x10 degree ones") print("") print(" Is the worldwide osm file") print("OPTIONS")