From 05892dd003eac85e3d0499911821b474862483ac Mon Sep 17 00:00:00 2001 From: fly Date: Wed, 29 Sep 2021 18:58:50 +0200 Subject: [PATCH] Fixed help text Signed-off-by: fly --- split-world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")