mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 22:16:25 +02:00
Issue #69: add documentation.
This commit is contained in:
parent
d44166941e
commit
4b8e5478f5
4 changed files with 40 additions and 23 deletions
|
@ -119,7 +119,8 @@ def add_tile_arguments(parser: argparse.ArgumentParser) -> None:
|
|||
"--scales",
|
||||
type=str,
|
||||
metavar="<integer>",
|
||||
help="OSM zoom level",
|
||||
help="OSM zoom levels; can be list of numbers or ranges, e.g. `16-18`, "
|
||||
"`16,17,18`, or `16,18-20`",
|
||||
default="18",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue