From cc16ee51873032b30a50986b96d303ffed7bcd90 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 24 Dec 2017 20:36:27 +0100 Subject: [PATCH] Fix the capitlization Signed-off-by: Patrick Uiterwijk --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index aafeb6afd4..27ee3eef23 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -672,7 +672,7 @@ if __name__ == '__main__': parser.add_argument( '--dry-run', dest='dryrun', action='store_true', default=False, help='Do not actually make the changes') - parser.add_Argument( + parser.add_argument( '--verbose', dest='verbose', action='store_true', default=False, help='Print actions verbosely') parser.add_argument(