Imperfections in README.md

This commit is contained in:
Miloslav Mrvík 2020-05-26 17:14:10 +02:00
parent 77ec831fa8
commit 346fa1aae1
No known key found for this signature in database
GPG key ID: 043D851140F7A788
2 changed files with 6 additions and 8 deletions

View file

@ -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:

View file

@ -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'