fix comment

This commit is contained in:
holger krekel
2025-09-14 22:48:17 +02:00
parent 7d74b46502
commit a90a651ba0
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ def main(args=None):
"mailboxes_dir", action="store", help="path to directory of mailboxes"
)
parser.add_argument(
"--days", action="store", help="assume date to be days older than now"
"--days", default=0, action="store", help="assume date to be days older than now"
)
parser.add_argument(