Skip to content

Commit

Permalink
🥈
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed May 10, 2019
1 parent d258537 commit 774a82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = async (argv) => {
.option('-o, --output <path>', 'relative path to store output media (image, image pattern, gif, or mp4)', 'out.png')
.option('-w, --width <number>', 'optional output width', (s) => parseInt(s))
.option('-h, --height <number>', 'optional output height', (s) => parseInt(s))
.option('-q, --quiet', 'Disable output progress', false)
.option('-q, --quiet', 'disable output progress', false)

program.on('--help', () => {
console.log()
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Options:
-o, --output <path> relative path to store output media (image, image pattern, gif, or mp4) (default: "out.png")
-w, --width <number> optional output width
-h, --height <number> optional output height
-q, --quiet Disable output progress
-q, --quiet disable output progress
-h, --help output usage information

Output must one of the following:
Expand Down

0 comments on commit 774a82c

Please sign in to comment.