Imperfections in README.md
This commit is contained in:
parent
77ec831fa8
commit
346fa1aae1
2 changed files with 6 additions and 8 deletions
|
@ -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:
|
||||
|
|
12
bin/qrcode
12
bin/qrcode
|
@ -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',
|
||||
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue