From 4dc5d936d545f53ad71890750df889d0053b294a Mon Sep 17 00:00:00 2001 From: Andy Diamondstein Date: Fri, 20 Oct 2017 12:37:12 -0400 Subject: [PATCH] Fix instructional comment --- python/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/search.py b/python/search.py index 1df6ba7b..ccb17729 100644 --- a/python/search.py +++ b/python/search.py @@ -2,7 +2,7 @@ # This sample executes a search request for the specified search term. # Sample usage: -# python search.py --key=surfing --max-results=10 +# python search.py --q=surfing --max-results=10 # NOTE: To use the sample, you must provide a developer key obtained # in the Google APIs Console. Search for "REPLACE_ME" in this code # to find the correct place to provide that key..