Fix readme examples
This commit is contained in:
parent
740ab1b548
commit
ab92f4c731
|
@ -94,15 +94,15 @@ optional arguments:
|
|||
|
||||
```
|
||||
./download_maps.py --cached-maps-dir ./cache \
|
||||
--output-map-name central_america
|
||||
--output-map-name central_america \
|
||||
--map-list lists/pbf/central_america.txt
|
||||
|
||||
./download_maps.py --cached-maps-dir ./cache \
|
||||
--output-map-name midwest
|
||||
--output-map-name midwest \
|
||||
--map-list lists/pbf/midwest.txt
|
||||
|
||||
./download_maps.py --cached-maps-dir ./cache \
|
||||
--output-map-name south_america
|
||||
--output-map-name south_america \
|
||||
--map-list lists/pbf/south_america.txt
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue