mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
CLI: mirror: use -o directory if any (ticket #193)
This commit is contained in:
@@ -1372,7 +1372,8 @@ so the filename may vary from the data if the data includes non-printable
|
||||
characters, for example, and may be shortened if the data input is long.
|
||||
|
||||
To set the output file format use the `--filetype` option as detailed above in
|
||||
[4.12 Direct Output].
|
||||
[4.12 Direct Output]. To output to a specific directory use the `-o` option
|
||||
giving the name of the directory (any filename will be ignored).
|
||||
|
||||
## 4.14 Working with Dots
|
||||
|
||||
|
||||
@@ -1436,7 +1436,8 @@ so the filename may vary from the data if the data includes non-printable
|
||||
characters, for example, and may be shortened if the data input is long.
|
||||
|
||||
To set the output file format use the --filetype option as detailed above in
|
||||
4.12 Direct Output.
|
||||
4.12 Direct Output. To output to a specific directory use the -o option giving
|
||||
the name of the directory (any filename will be ignored).
|
||||
|
||||
4.14 Working with Dots
|
||||
|
||||
@@ -4495,7 +4496,9 @@ OPTIONS
|
||||
|
||||
--mirror
|
||||
|
||||
Use the batch data to determine the filename in batch mode (--batch).
|
||||
Use the batch data to determine the filename in batch mode (--batch). The -o
|
||||
| --output option can be used to specify an output directory (any filename
|
||||
will be ignored).
|
||||
|
||||
--mode=INTEGER
|
||||
|
||||
|
||||
@@ -259,6 +259,8 @@ Set the masking pattern to use for DotCode, Han Xin or QR Code to
|
||||
\f[V]--mirror\f[R]
|
||||
Use the batch data to determine the filename in batch mode
|
||||
(\f[V]--batch\f[R]).
|
||||
The \f[V]-o\f[R] | \f[V]--output\f[R] option can be used to specify an
|
||||
output directory (any filename will be ignored).
|
||||
.TP
|
||||
\f[V]--mode=INTEGER\f[R]
|
||||
For MaxiCode and GS1 Composite symbols, set the encoding mode to
|
||||
|
||||
@@ -209,7 +209,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
|
||||
`--mirror`
|
||||
|
||||
: Use the batch data to determine the filename in batch mode (`--batch`).
|
||||
: Use the batch data to determine the filename in batch mode (`--batch`). The `-o` | `--output` option can be used
|
||||
to specify an output directory (any filename will be ignored).
|
||||
|
||||
`--mode=INTEGER`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user