Issue #76: add icon for man_made=descent_stage.

This commit is contained in:
Sergey Vartanov 2021-08-31 00:04:02 +03:00
parent 7db69f5719
commit f69d7728e5
5 changed files with 68 additions and 14 deletions

View file

@ -128,7 +128,7 @@ def add_tile_arguments(parser: argparse.ArgumentParser) -> None:
"--input",
dest="input_file_name",
metavar="<path>",
help="input XML file name (if not specified, file will be "
help="input OSM XML file name (if not specified, file will be "
"downloaded using OpenStreetMap API)",
)