From afaa58d71089945220a13c0b6c36e5ed82933534 Mon Sep 17 00:00:00 2001 From: lowrussia Date: Mon, 8 Jul 2019 16:06:53 +0200 Subject: [PATCH] added arguments for including exif metadata, including external css, not including filenames of pictures --- distribusi/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribusi/cli.py b/distribusi/cli.py index 8447da4..14d5d13 100644 --- a/distribusi/cli.py +++ b/distribusi/cli.py @@ -41,14 +41,14 @@ def build_argparser(): parser.add_argument( '-n', '--no-template', - help="Don't use the template to ouput html", + help="Don't use the template to output html", action="store_true" ) parser.add_argument( '-nf', '--no-filenames', - help="Don't use the template to ouput html", + help="Don't include image filenames", action="store_true" )