mirror of
https://codeberg.org/h3xx/optipdf
synced 2024-08-15 00:03:23 +00:00
Add --{,no-}preserve-timestamp options
This commit is contained in:
parent
10c5059c1c
commit
a2fa55f3ec
1 changed files with 6 additions and 0 deletions
6
optipdf
6
optipdf
|
@ -43,6 +43,12 @@ for ARG; do
|
|||
--no-lossy)
|
||||
LOSSY=0
|
||||
;;
|
||||
--preserve-timestamp)
|
||||
PRESERVE_TIMESTAMP=1
|
||||
;;
|
||||
--no-preserve-timestamp)
|
||||
PRESERVE_TIMESTAMP=0
|
||||
;;
|
||||
--)
|
||||
NO_MORE_FLAGS=1
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue