1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-06-10 07:33:43 +00:00

CLI: help typo INTERGER -> INTEGER

man page: clarify GS1 input data formats
This commit is contained in:
gitlost
2026-04-29 17:44:37 +01:00
parent b0b8c28380
commit 88ca9cc43c
6 changed files with 28 additions and 13 deletions
Binary file not shown.
+8 -4
View File
@@ -9469,10 +9469,14 @@ non-ASCII data.</p>
</dd> </dd>
<dt><code>--gs1</code></dt> <dt><code>--gs1</code></dt>
<dd> <dd>
<p>Treat input as GS1 compatible data. Application Identifiers (AIs) <p>Treat input as GS1 compatible data. A number of input formats are
should be placed in square brackets <code>"[]"</code> (but see available. Application Identifiers (AIs) may be placed in square
<code>--gs1parens</code>). Also accepts GS1 Digital Link URIs brackets <code>"[]"</code>. Alternatively the GS1 Syntax Engine
(unverified) for matrix symbologies.</p> “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> </dd>
<dt><code>--gs1nocheck</code></dt> <dt><code>--gs1nocheck</code></dt>
<dd> <dd>
+6 -3
View File
@@ -5495,9 +5495,12 @@ OPTIONS
--gs1 --gs1
Treat input as GS1 compatible data. Application Identifiers (AIs) should be Treat input as GS1 compatible data. A number of input formats are available.
placed in square brackets "[]" (but see --gs1parens). Also accepts GS1 Application Identifiers (AIs) may be placed in square brackets "[]".
Digital Link URIs (unverified) for matrix symbologies. Alternatively the GS1 Syntax Engine “Unbracketed AI” format may be used,
which starts with a caret (^) and uses carets to indicate required FNC1s.
For matrix symbologies, GS1 Digital Link URIs (unverified) may be given.
Further input options are available with --gs1parens and --gs1raw.
--gs1nocheck --gs1nocheck
+9 -3
View File
@@ -245,9 +245,15 @@ non\-ASCII data.
.TP .TP
\f[CR]\-\-gs1\f[R] \f[CR]\-\-gs1\f[R]
Treat input as GS1 compatible data. Treat input as GS1 compatible data.
Application Identifiers (AIs) should be placed in square brackets A number of input formats are available.
\f[CR]\(dq[]\(dq\f[R] (but see \f[CR]\-\-gs1parens\f[R]). Application Identifiers (AIs) may be placed in square brackets
Also accepts GS1 Digital Link URIs (unverified) for matrix symbologies. \f[CR]\(dq[]\(dq\f[R].
Alternatively the GS1 Syntax Engine \(lqUnbracketed AI\(rq format may be
used, which starts with a caret (\f[CR]\(ha\f[R]) and uses carets to
indicate required \f[CR]FNC1\f[R]s.
For matrix symbologies, GS1 Digital Link URIs (unverified) may be given.
Further input options are available with \f[CR]\-\-gs1parens\f[R] and
\f[CR]\-\-gs1raw\f[R].
.TP .TP
\f[CR]\-\-gs1nocheck\f[R] \f[CR]\-\-gs1nocheck\f[R]
Treat input as GS1 compatible data (as \f[CR]\-\-gs1\f[R]) but do not Treat input as GS1 compatible data (as \f[CR]\-\-gs1\f[R]) but do not
+4 -2
View File
@@ -218,8 +218,10 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
`--gs1` `--gs1`
: Treat input as GS1 compatible data. Application Identifiers (AIs) should be placed in square brackets `"[]"` (but : Treat input as GS1 compatible data. A number of input formats are available. Application Identifiers (AIs) may be
see `--gs1parens`). Also accepts GS1 Digital Link URIs (unverified) for matrix symbologies. placed in square brackets `"[]"`. Alternatively the GS1 Syntax Engine "Unbracketed AI" format may be used, which
starts with a caret (`^`) and uses carets to indicate required `FNC1`s. For matrix symbologies, GS1 Digital Link
URIs (unverified) may be given. Further input options are available with `--gs1parens` and `--gs1raw`.
`--gs1nocheck` `--gs1nocheck`
+1 -1
View File
@@ -185,7 +185,7 @@ static void usage(const int no_png, const int have_gs1syntaxengine) {
" -d, --data=DATA Set the symbol data content (segment 0)\n", stdout); " -d, --data=DATA Set the symbol data content (segment 0)\n", stdout);
fputs( " --direct Send output to stdout\n" fputs( " --direct Send output to stdout\n"
" --dmb256=INTEGER Start Data Matrix in Base 256 for given length (0 all)\n" " --dmb256=INTEGER Start Data Matrix in Base 256 for given length (0 all)\n"
" --dmc40=INTERGER Start Data Matrix in C40 mode for given length (0 all)\n" " --dmc40=INTEGER Start Data Matrix in C40 mode for given length (0 all)\n"
" --dmiso144 Use ISO format for 144x144 Data Matrix symbols\n" " --dmiso144 Use ISO format for 144x144 Data Matrix symbols\n"
" --dmre Allow Data Matrix Rectangular Extended\n", stdout); " --dmre Allow Data Matrix Rectangular Extended\n", stdout);
fputs( " --dotsize=NUMBER Set radius of dots in dotty mode\n" fputs( " --dotsize=NUMBER Set radius of dots in dotty mode\n"