Skip to content

Commit

Permalink
Imperfections in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloslav Mrvík committed May 26, 2020
1 parent 77ec831 commit 346fa1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Renderer options:
-q, --qzone Quiet zone size [number]
-l, --lightcolor Light RGBA hex color
-d, --darkcolor Dark RGBA hex color
Terminal options:
--small Output smaller QR code to terminal [boolean]
Options:
Expand Down
12 changes: 6 additions & 6 deletions bin/qrcode
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ var argv = yargs
implies: 'output',
group: 'Renderer options:'
})
.option('small', {
type: 'boolean',
description: 'Output smaller QR code to terminal',
conflicts: 'type',
group: 'Renderer options:'
})
.option('i', {
alias: 'inverse',
type: 'boolean',
Expand Down Expand Up @@ -126,6 +120,12 @@ var argv = yargs
description: 'Dark RGBA hex color',
group: 'Renderer options:'
})
.option('small', {
type: 'boolean',
description: 'Output smaller QR code to terminal',
conflicts: 'type',
group: 'Renderer options:'
})
.option('o', {
alias: 'output',
description: 'Output file'
Expand Down

0 comments on commit 346fa1a

Please sign in to comment.