Add --{,no-}preserve-timestamp options

This commit is contained in:
Dan Church 2021-08-26 14:19:38 -05:00
parent 10c5059c1c
commit a2fa55f3ec
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0

View file

@ -43,6 +43,12 @@ for ARG; do
--no-lossy) --no-lossy)
LOSSY=0 LOSSY=0
;; ;;
--preserve-timestamp)
PRESERVE_TIMESTAMP=1
;;
--no-preserve-timestamp)
PRESERVE_TIMESTAMP=0
;;
--) --)
NO_MORE_FLAGS=1 NO_MORE_FLAGS=1
;; ;;