From 447a276d5d7453a571da1a2ddcc1ae564449c261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 17 Feb 2020 11:19:40 +0100 Subject: [PATCH] shot them all: don't print help --- bin/shot_them_all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/shot_them_all.py b/bin/shot_them_all.py index c851987..96df0da 100644 --- a/bin/shot_them_all.py +++ b/bin/shot_them_all.py @@ -35,7 +35,6 @@ parser.add_argument('--timeout', dest='timeout', type=int, default=20) # second parser.add_argument('--theme', dest='theme', type=str) parser.add_argument('url', metavar='URL', type=str, nargs='?', default='https://auquo.fred.local.0d.be/contactez-nous/inscription-sur-les-listes/') -parser.print_help() args = parser.parse_args() if not os.path.exists(args.directory):