added arguments for including exif metadata, including external css, not including filenames of pictures

This commit is contained in:
lowrussia 2019-07-08 16:06:53 +02:00
parent 7687aa96a2
commit afaa58d710

View File

@ -41,14 +41,14 @@ def build_argparser():
parser.add_argument( parser.add_argument(
'-n', '-n',
'--no-template', '--no-template',
help="Don't use the template to ouput html", help="Don't use the template to output html",
action="store_true" action="store_true"
) )
parser.add_argument( parser.add_argument(
'-nf', '-nf',
'--no-filenames', '--no-filenames',
help="Don't use the template to ouput html", help="Don't include image filenames",
action="store_true" action="store_true"
) )