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]
|
-q, --qzone Quiet zone size [number]
|
||||||
-l, --lightcolor Light RGBA hex color
|
-l, --lightcolor Light RGBA hex color
|
||||||
-d, --darkcolor Dark RGBA hex color
|
-d, --darkcolor Dark RGBA hex color
|
||||||
|
|
||||||
Terminal options:
|
|
||||||
--small Output smaller QR code to terminal [boolean]
|
--small Output smaller QR code to terminal [boolean]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
12
bin/qrcode
12
bin/qrcode
|
@ -84,12 +84,6 @@ var argv = yargs
|
||||||
implies: 'output',
|
implies: 'output',
|
||||||
group: 'Renderer options:'
|
group: 'Renderer options:'
|
||||||
})
|
})
|
||||||
.option('small', {
|
|
||||||
type: 'boolean',
|
|
||||||
description: 'Output smaller QR code to terminal',
|
|
||||||
conflicts: 'type',
|
|
||||||
group: 'Renderer options:'
|
|
||||||
})
|
|
||||||
.option('i', {
|
.option('i', {
|
||||||
alias: 'inverse',
|
alias: 'inverse',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
@ -126,6 +120,12 @@ var argv = yargs
|
||||||
description: 'Dark RGBA hex color',
|
description: 'Dark RGBA hex color',
|
||||||
group: 'Renderer options:'
|
group: 'Renderer options:'
|
||||||
})
|
})
|
||||||
|
.option('small', {
|
||||||
|
type: 'boolean',
|
||||||
|
description: 'Output smaller QR code to terminal',
|
||||||
|
conflicts: 'type',
|
||||||
|
group: 'Renderer options:'
|
||||||
|
})
|
||||||
.option('o', {
|
.option('o', {
|
||||||
alias: 'output',
|
alias: 'output',
|
||||||
description: 'Output file'
|
description: 'Output file'
|
||||||
|
|
Loading…
Reference in a new issue