Fix readme examples

This commit is contained in:
Mike C 2018-02-25 23:26:04 -05:00
parent 740ab1b548
commit ab92f4c731

View file

@ -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
```