From b68dc80cb659f83cfb69be234aa3cd9b375af488 Mon Sep 17 00:00:00 2001
From: Florent Rougon <f.rougon@free.fr>
Date: Wed, 10 Mar 2021 20:14:06 +0100
Subject: [PATCH] git-date.py: minor fix to the help text

---
 dev-utils/git-date.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-utils/git-date.py b/dev-utils/git-date.py
index dc3df7d..b530f39 100755
--- a/dev-utils/git-date.py
+++ b/dev-utils/git-date.py
@@ -228,7 +228,7 @@ using the 'repositories' variable.""".format(progname=PROGNAME),
     # treat it before all other options.
     parser.add_argument('--config-file', metavar="FILE", default=defaultCfgFile,
                         help="""\
-      load configuration from FILE  (default: %(default)s""")
+      load configuration from FILE (default: %(default)s)""")
     parser.add_argument('-s', '--show-commits', action='store_true', help="""\
       run 'git show' for the commit that was found in each repository""")
     parser.add_argument('-S', '--show-commits-option', action='append',