mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 02:59:44 -06:00
Fix type-o in Flickr sample (#2283)
Based on the signature, this is how the copy should read.
This commit is contained in:
committed by
Mike Gray
parent
25124a12b0
commit
33121dc102
@@ -24,7 +24,7 @@ const args = argv
|
||||
'[--auth-token=<token> --auth-secret=<secret>] <dest-dataset>\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', {
|
||||
|
||||
Reference in New Issue
Block a user