mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
man page zint.1.pmd: fix RRGGBBAA typos
This commit is contained in:
parent
ab3cf4f395
commit
fcd8492629
@ -4102,8 +4102,8 @@ OPTIONS
|
||||
“00002.png” etc., which can be changed by using the -o or --output option.
|
||||
|
||||
--bg=COLOUR
|
||||
Specify a background (paper) colour where COLOUR is in hex RRGGBB or RRGGGAA
|
||||
format.
|
||||
Specify a background (paper) colour where COLOUR is in hex RRGGBB or
|
||||
RRGGBBAA format.
|
||||
|
||||
--binary
|
||||
Treat input data as raw 8-bit binary data instead of the default UTF-8.
|
||||
@ -4214,7 +4214,7 @@ OPTIONS
|
||||
|
||||
--fg=COLOUR
|
||||
|
||||
Specify a foreground (ink) colour where COLOUR is in hex RRGGBB or RRGGGAA
|
||||
Specify a foreground (ink) colour where COLOUR is in hex RRGGBB or RRGGBBAA
|
||||
format.
|
||||
|
||||
--filetype=TYPE
|
||||
|
@ -73,7 +73,7 @@ be changed by using the \f[V]-o\f[R] or \f[V]--output\f[R] option.
|
||||
.TP
|
||||
\f[V]--bg=COLOUR\f[R]
|
||||
Specify a background (paper) colour where \f[I]COLOUR\f[R] is in hex
|
||||
RRGGBB or RRGGGAA format.
|
||||
RRGGBB or RRGGBBAA format.
|
||||
.TP
|
||||
\f[V]--binary\f[R]
|
||||
Treat input data as raw 8-bit binary data instead of the default UTF-8.
|
||||
@ -194,7 +194,7 @@ only).
|
||||
.TP
|
||||
\f[V]--fg=COLOUR\f[R]
|
||||
Specify a foreground (ink) colour where \f[I]COLOUR\f[R] is in hex
|
||||
RRGGBB or RRGGGAA format.
|
||||
RRGGBB or RRGGBBAA format.
|
||||
.TP
|
||||
\f[V]--filetype=TYPE\f[R]
|
||||
Set the output file type to \f[I]TYPE\f[R], which is one of
|
||||
|
@ -44,7 +44,7 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
"00002.png" etc., which can be changed by using the `-o` or `--output` option.
|
||||
|
||||
`--bg=COLOUR`
|
||||
: Specify a background (paper) colour where *COLOUR* is in hex RRGGBB or RRGGGAA format.
|
||||
: Specify a background (paper) colour where *COLOUR* is in hex RRGGBB or RRGGBBAA format.
|
||||
|
||||
`--binary`
|
||||
: Treat input data as raw 8-bit binary data instead of the default UTF-8. Automatic code page translation to an ECI
|
||||
@ -144,7 +144,7 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
|
||||
`--fg=COLOUR`
|
||||
|
||||
: Specify a foreground (ink) colour where *COLOUR* is in hex RRGGBB or RRGGGAA format.
|
||||
: Specify a foreground (ink) colour where *COLOUR* is in hex RRGGBB or RRGGBBAA format.
|
||||
|
||||
`--filetype=TYPE`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user