From 973abe21490fc6d1491d902caea76664f6e0165e Mon Sep 17 00:00:00 2001 From: Scisco Date: Tue, 27 Oct 2015 13:07:12 -0400 Subject: [PATCH] add bare json to docs --- docs/commands.rst | 2 ++ docs/overview.rst | 3 +++ 2 files changed, 5 insertions(+) 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 ++++++++