Skip to content

Commit e0a47f5

Browse files
committed
update readme
1 parent bdeb95e commit e0a47f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ Command line
5959
Some examples::
6060

6161
$ EXIF.py image1.jpg
62-
$ EXIF.py image1.jpg image2.tiff
63-
$ find ~/Pictures -name "*.jpg" -name "*.tiff" | xargs EXIF.py
62+
$ EXIF.py -dc image1.jpg image2.tiff
63+
$ find ~/Pictures -name "*.jpg" -o -name "*.tiff" | xargs EXIF.py
6464

6565
Show command line options::
6666

67-
$ EXIF.py
67+
$ EXIF.py -h
6868

6969
Python Script
7070
=============

0 commit comments

Comments
 (0)