fix comment

This commit is contained in:
holger krekel
2025-10-21 18:43:37 +02:00
parent 7d74b46502
commit a90a651ba0
2 changed files with 3 additions and 3 deletions
+1 -1
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(