Skip to content

Commit

Permalink
Clarify format of --geometry in README
Browse files Browse the repository at this point in the history
closes #22
  • Loading branch information
sfan5 committed Sep 18, 2016
1 parent 79121ad commit ae9321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -79,7 +79,7 @@ backend:
Use specific map backend, supported: *sqlite3*, *leveldb*, *redis*, e.g. ``--backend leveldb``

geometry:
Limit area to specific geometry, e.g. ``--geometry -800:-800+1600+1600``
Limit area to specific geometry (*x:y+w+h* where x and y specify the lower left corner), e.g. ``--geometry -800:-800+1600+1600``

zoom:
"Zoom" the image by using more than one pixel per node, e.g. ``--zoom 4``
Expand Down

0 comments on commit ae9321d

Please sign in to comment.