master: correct example datestring in help

This commit is contained in:
Chris Ballance 2017-08-03 10:12:52 +01:00
parent 810bb69989
commit eabca1f311
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def log_args(parser):
"base filename")
group.add_argument("--log-backup-count", type=int, default=0,
help="number of old log files to keep, or 0 to keep "
"all log files. '.<yy>-<mm>-<dd>' is added "
"all log files. '.<yyyy>-<mm>-<dd>' is added "
"to the base filename (default: %(default)d)")