mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
CLI: mirror: use -o directory if any (ticket #193)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user