degal/main.py
changeset 120 55cb7fc9c8fb
parent 118 60b126ff0b74
child 124 cac613118e75
equal deleted inserted replaced
119:e7855eefb4c7 120:55cb7fc9c8fb
    36     parser.add_option("--force-html",           action="store_true",
    36     parser.add_option("--force-html",           action="store_true",
    37             help="Force-update .html files")
    37             help="Force-update .html files")
    38     
    38     
    39     parser.add_option("--with-exif",            action="store_true",
    39     parser.add_option("--with-exif",            action="store_true",
    40             help="Include Exif metadata in updated .html files")
    40             help="Include Exif metadata in updated .html files")
       
    41     
       
    42     parser.add_option("--exif-handler",         metavar='NAME', dest="exif_handler_name",
       
    43             help="Use named Exif handler: pyexiv2, EXIFpy")
    41 
    44 
    42     parser.add_option('-c', "--thread-count",   metavar='COUNT', type="int",
    45     parser.add_option('-c', "--thread-count",   metavar='COUNT', type="int",
    43             help="Use COUNT threads for concurrent tasks")
    46             help="Use COUNT threads for concurrent tasks")
    44 
    47 
    45     parser.add_option('-d', "--debug",          action="store_const", dest="log_level", const=config.logging.DEBUG,
    48     parser.add_option('-d', "--debug",          action="store_const", dest="log_level", const=config.logging.DEBUG,