From c026f2761b46d9505fe1baa30bb17ce5ac2ac1d6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 3 Mar 2017 13:29:53 +0530 Subject: Update README. * README.org: Put tag names "Marked" and "Creator" within double quotes. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index b7e613d..b4b3bd4 100644 --- a/README.org +++ b/README.org @@ -67,9 +67,9 @@ If no TAGS are specified, copy all tags from SOURCE. #+BEGIN_SRC emacs-lisp ;; Copy all writable tags (exiftool-copy "source.png" "destination.png") - ;; Copy only the tag Marked + ;; Copy only the tag "Marked" (exiftool-copy "source.png" "destination.png" "Marked") - ;; Copy only the tags Marked and Creator + ;; Copy only the tags "Marked" and "Creator" (exiftool-copy "source.png" "destination.png" "Marked" "Creator") #+END_SRC -- cgit v1.2.3