Corrected help message

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-05-08 00:58:57 +00:00
parent b6aa59fcdd
commit 33aeffb467

View file

@ -80,8 +80,8 @@ while i < argc:
print("Unable to get progress")
sys.exit(1)
elif sys.argv[i] == "-h" or sys.argv[i] == "--help":
print("usage: build <project> [OPTIONS]")
print("Builds the tiles with osm2city")
print("usage: worldbuild <pbf-path> [OPTIONS]")
print("Builds the world")
print("")
print("OPTIONS")
print(" -c, --chunk-size Sets chunk size, default 5")