diff options
-rw-r--r-- | exiftool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exiftool.el b/exiftool.el index 0ca14c1..a9495c5 100644 --- a/exiftool.el +++ b/exiftool.el @@ -106,7 +106,7 @@ value. If no TAGS are specified, read all tags from FILE. If no TAGS are specified, copy all tags from SOURCE." (apply 'exiftool-command - "-overwrite_original" + "-m" "-overwrite_original" "-tagsFromFile" source (append (if tags |