Update of /cvsroot/libexif/exif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32154
Modified Files:
exif.1
Log Message:
Fixed some erroneous information for the --list-tags option.
Index: exif.1
===================================================================
RCS file: /cvsroot/libexif/exif/exif.1,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -d -r1.8 -r1.9
--- exif.1 8 Feb 2008 23:44:10 -0000 1.8
+++ exif.1 9 Feb 2008 23:57:08 -0000 1.9
@@ -61,8 +61,9 @@ Valid IFDs are "0", "1", "EXIF", "GPS",
Defaults to "0".
.TP
.BI "\-l, \-\-list\-tags"
-List all known EXIF tags. A JPEG file with valid EXIF information must
-be given to use this option, but its contents are ignored.
+List all known EXIF tags and IFDs. A JPEG image must be provided, and
+those tags which appear in the file are shown with an asterisk in the
+corresponding position in the list.
.TP
.BI "\-|, \-\-show\-mnote"
Show the contents of the MakerNote tag. The contents of this tag are nonstandard
|