[subset] Fix --unicodes doc
This commit is contained in:
parent
387d317dbe
commit
70723291bf
@ -77,8 +77,10 @@ Glyph set specification:
|
|||||||
Like --text but reads from a file. Newline character are not added to
|
Like --text but reads from a file. Newline character are not added to
|
||||||
the subset.
|
the subset.
|
||||||
--unicodes=<XXXX>[,<XXXX>...]
|
--unicodes=<XXXX>[,<XXXX>...]
|
||||||
Specify comma/whitespace-separated list of Unicode codepoints as
|
Specify comma/whitespace-separated list of Unicode codepoints or
|
||||||
hex numbers, optionally prefixed with 'U+', 'u', etc.
|
ranges as hex numbers, optionally prefixed with 'U+', 'u', etc.
|
||||||
|
For example, --unicodes=41-5a,61-7a adds ASCII letters, so does
|
||||||
|
the more verbose --unicodes=U+0041-005A,U+0061-007A.
|
||||||
--unicodes-file=<path>
|
--unicodes-file=<path>
|
||||||
Like --unicodes, but reads from a file. Anything after a '#' on any
|
Like --unicodes, but reads from a file. Anything after a '#' on any
|
||||||
line in the file is ignored as comments.
|
line in the file is ignored as comments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user