degal/main.py
changeset 120 55cb7fc9c8fb
parent 118 60b126ff0b74
child 124 cac613118e75
--- a/degal/main.py	Sun Jun 14 22:59:29 2009 +0300
+++ b/degal/main.py	Sun Jun 14 23:43:40 2009 +0300
@@ -38,6 +38,9 @@
     
     parser.add_option("--with-exif",            action="store_true",
             help="Include Exif metadata in updated .html files")
+    
+    parser.add_option("--exif-handler",         metavar='NAME', dest="exif_handler_name",
+            help="Use named Exif handler: pyexiv2, EXIFpy")
 
     parser.add_option('-c', "--thread-count",   metavar='COUNT', type="int",
             help="Use COUNT threads for concurrent tasks")