diff --git a/docs/commands.rst b/docs/commands.rst index bd97fdd..acdd84d 100644 --- a/docs/commands.rst +++ b/docs/commands.rst @@ -35,6 +35,8 @@ Commands -c CLOUD, --cloud CLOUD Maximum cloud percentage. Default: 20 perct + --json Returns a bare JSON response + -h, --help Show this help message and exit Download: diff --git a/docs/overview.rst b/docs/overview.rst index f952151..a3c71e3 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -36,6 +36,9 @@ Search by latitude and longitude:: $: landsat search --lat 38.9004204 --lon -77.0237117 +Search by latitude and longitude with pure json output:: + + $: landsat search --lat 38.9004204 --lon -77.0237117 --json Download ++++++++