add bare json to docs

This commit is contained in:
Scisco
2015-10-27 13:07:12 -04:00
parent 8c68be8bf9
commit 973abe2149
2 changed files with 5 additions and 0 deletions

View File

@@ -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:

View File

@@ -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
++++++++