From 33121dc102eb36b96d41c05dc3cd0a9bc78205ab Mon Sep 17 00:00:00 2001 From: Peter Abrahamsen Date: Wed, 10 Aug 2016 11:16:20 -0700 Subject: [PATCH] Fix type-o in Flickr sample (#2283) Based on the signature, this is how the copy should read. --- samples/js/flickr/slurp/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/js/flickr/slurp/src/main.js b/samples/js/flickr/slurp/src/main.js index 5453b096ec..3d31f10cb8 100644 --- a/samples/js/flickr/slurp/src/main.js +++ b/samples/js/flickr/slurp/src/main.js @@ -24,7 +24,7 @@ const args = argv '[--auth-token= --auth-secret=] \n\n' + 'You can create a Flickr API key at: ' + 'https://www.flickr.com/services/apps/create/apply\n\n' + - '--api-token and --api-secret are optional, but include them to avoid having\n' + + '--auth-token and --auth-secret are optional, but include them to avoid having\n' + 'to reauth over and over if you are calling this repeatedly.') .demand(1) .option('api-key', {