Skip to content
Snippets Groups Projects
Commit 3189f836 authored by Jeroen F.J. Laros's avatar Jeroen F.J. Laros
Browse files

Subcommand consistent naming.

parent 5cb366f7
Branches mail_blacklist
No related tags found
1 merge request!117Implemented email blacklist.
......@@ -421,7 +421,7 @@ def main():
# Subparsers for 'email_blackist'.
s = subparsers.add_parser(
'email_blackist', help='manage e-mail blacklist',
'email-blackist', help='manage e-mail blacklist',
description='Manage blacklisted e-mails.',
epilog='Blacklisting will notify the user that an e-mail address is '
'invalid. Using an invalid e-mail address causes mail delivery '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment