forked from josch/img2pdf
set img2pdf as default /producer value
This commit is contained in:
parent
251238b410
commit
917c173bfd
1 changed files with 2 additions and 2 deletions
|
@ -1396,8 +1396,8 @@ values set via the --border option.
|
|||
'--creator', metavar='creator', type=str,
|
||||
help='Sets the creator metadata value')
|
||||
metaargs.add_argument(
|
||||
'--producer', metavar='producer', type=str,
|
||||
help='Sets the producer metadata value')
|
||||
'--producer', metavar='producer', type=str, default="img2pdf"
|
||||
help='Sets the producer metadata value (default is: img2pdf)')
|
||||
metaargs.add_argument(
|
||||
'--creationdate', metavar='creationdate', type=valid_date,
|
||||
help='Sets the UTC creation date metadata value in YYYY-MM-DD or '
|
||||
|
|
Loading…
Reference in a new issue