mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 04:48:06 +00:00
Apply suggestions from code review
fix typo Co-authored-by: l <link2xt@testrun.org>
This commit is contained in:
@@ -143,7 +143,7 @@ def main(args=None):
|
|||||||
"--maxnum",
|
"--maxnum",
|
||||||
default=None,
|
default=None,
|
||||||
action="store",
|
action="store",
|
||||||
help="maximum number of mailbxoes to iterate on",
|
help="maximum number of mailboxes to iterate on",
|
||||||
)
|
)
|
||||||
|
|
||||||
args = parser.parse_args(args)
|
args = parser.parse_args(args)
|
||||||
|
|||||||
Reference in New Issue
Block a user