git-date.py: minor fix to the help text

This commit is contained in:
Florent Rougon 2021-03-10 20:14:06 +01:00
parent d817865575
commit b68dc80cb6

View File

@ -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',