docs: change usage to reflect new cli args
This commit is contained in:
parent
528255a8cb
commit
f62c31d685
|
@ -70,9 +70,10 @@ options:
|
||||||
-d, --debug prints lat, long and reverser response dict to
|
-d, --debug prints lat, long and reverser response dict to
|
||||||
stderr
|
stderr
|
||||||
-v, --version prints version information to stderr and exits
|
-v, --version prints version information to stderr and exits
|
||||||
-c {pluscode,localcode,latlong,string},
|
-c {pluscode,localcode,latlong,shareabletext},
|
||||||
--convert-to {pluscode,localcode,latlong,string}
|
--convert-to {pluscode,localcode,latlong,shareabletext}
|
||||||
converts query to another type
|
converts query a specific output type, defaults
|
||||||
|
to 'shareabletext'
|
||||||
```
|
```
|
||||||
|
|
||||||
## developer's guide
|
## developer's guide
|
||||||
|
|
Loading…
Reference in a new issue