Skip to content

Commit

Permalink
add -s flag in downloadDocuments usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Winggo committed Oct 14, 2020
1 parent 760ea4b commit 34e3a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/script/download-documents.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path')
const Anvil = require('../../src/index')
const argv = require('yargs')
.usage('Usage: $0 apiKey documentGroupEid')
.usage('Usage: $0 apiKey documentGroupEid [-s]')
.option('stream', {
alias: 's',
type: 'boolean',
Expand Down

0 comments on commit 34e3a67

Please sign in to comment.