Issue #69: add documentation.

This commit is contained in:
Sergey Vartanov 2021-08-28 16:27:48 +03:00
parent d44166941e
commit 4b8e5478f5
4 changed files with 40 additions and 23 deletions

View file

@ -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",
)