From f62c31d685d265c89222bcfc9c88ed75f0868397 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 2 Sep 2023 06:32:26 +0000 Subject: [PATCH] docs: change usage to reflect new cli args --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee4b008..660d02d 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,10 @@ options: -d, --debug prints lat, long and reverser response dict to stderr -v, --version prints version information to stderr and exits - -c {pluscode,localcode,latlong,string}, - --convert-to {pluscode,localcode,latlong,string} - converts query to another type + -c {pluscode,localcode,latlong,shareabletext}, + --convert-to {pluscode,localcode,latlong,shareabletext} + converts query a specific output type, defaults + to 'shareabletext' ``` ## developer's guide