mirror of
https://git.code.sf.net/p/zint/code
synced 2026-06-09 15:13:35 +00:00
CLI: help typo INTERGER -> INTEGER
man page: clarify GS1 input data formats
This commit is contained in:
+8
-4
@@ -9469,10 +9469,14 @@ non-ASCII data.</p>
|
||||
</dd>
|
||||
<dt><code>--gs1</code></dt>
|
||||
<dd>
|
||||
<p>Treat input as GS1 compatible data. Application Identifiers (AIs)
|
||||
should be placed in square brackets <code>"[]"</code> (but see
|
||||
<code>--gs1parens</code>). Also accepts GS1 Digital Link URIs
|
||||
(unverified) for matrix symbologies.</p>
|
||||
<p>Treat input as GS1 compatible data. A number of input formats are
|
||||
available. Application Identifiers (AIs) may be placed in square
|
||||
brackets <code>"[]"</code>. Alternatively the GS1 Syntax Engine
|
||||
“Unbracketed AI” format may be used, which starts with a caret
|
||||
(<code>^</code>) and uses carets to indicate required
|
||||
<code>FNC1</code>s. For matrix symbologies, GS1 Digital Link URIs
|
||||
(unverified) may be given. Further input options are available with
|
||||
<code>--gs1parens</code> and <code>--gs1raw</code>.</p>
|
||||
</dd>
|
||||
<dt><code>--gs1nocheck</code></dt>
|
||||
<dd>
|
||||
|
||||
Reference in New Issue
Block a user