Corrected help message
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
b6aa59fcdd
commit
33aeffb467
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue