From 4983140e11c20e504699cd15d8947cd776743dd2 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 16 Jan 2005 16:11:47 +0000 Subject: [PATCH] Updated comments --- src/cmd.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/cmd.txt b/src/cmd.txt index 83ba5c6b..8b1b44f3 100644 --- a/src/cmd.txt +++ b/src/cmd.txt @@ -11,8 +11,10 @@ # add will add a tag (unless the key is a non-repeatable Iptc key) # del will delete a tag # key = Exiv2 Exif or Iptc key -# type = Byte|Ascii|Short|Long|Rational|Undefined|SShort|SLong|SRational for Exif -# String|Date|Time|Short|Undefined for Iptc +# type = +# Byte|Ascii|Short|Long|Rational|Undefined|SShort|SLong|SRational|Comment +# for Exif keys, and +# String|Date|Time|Short|Undefined for Iptc keys # A default type is used if none is explicitely given. The default for Exif # keys is Ascii, that for Iptc keys is determined based on the key itself. # value @@ -29,4 +31,4 @@ add Exif.Image.WhitePoint Short 32 12 4 5 6 set Exif.Image.Artist Ascii nobody set Exif.Image.Artist "Vincent van Gogh" -set Exif.Photo.UserComment Comment "charset=Ascii This is an ASCII Exif comment" +set Exif.Photo.UserComment Comment charset=Ascii This is an ASCII Exif comment