Remove dot and -v

This commit is contained in:
Ilya Zverev 2018-01-16 17:12:18 +03:00
parent 84bde1c007
commit 66c6579a1b
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
* More than one tag value works as "one of": `[('amenity', 'cafe', 'restaurant')]`.
* Query can be a list of queries, providing for "OR" clause. An example:
`[[('amenity', 'swimming_pool')], [('leisure', 'swimming_pool')]]`.
`[[('amenity', 'swimming_pool')], [('leisure', 'swimming_pool')]]`
* Parameters for profiles, using `-p` argument.
* No more default imports solely for profiles, import `re` and `zipfile` youself now.

View file

@ -29,7 +29,7 @@ For a simplest case, run:
conflate <profile.py> -o result.osm
You might want to add ``-v`` to get status messages, and other arguments
You might want to add other arguments
to pass a dataset file or write the resulting osmChange somewhere. Run
``conflate -h`` to see a list of arguments.