summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_lists.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-03-03 22:23:39 -0500
committerBarry Warsaw2010-03-03 22:23:39 -0500
commit088bc1bbb2f21bdfb7df9a52fde841323263d541 (patch)
treeea7d2dab552b973cd9e3055a2287ac51a774cda9 /src/mailman/commands/cli_lists.py
parent392f53559b0baacab1fc4cf48d9452f42d318565 (diff)
parent1bee98cb58461121af5c4482beb247c6cd503a20 (diff)
downloadmailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.tar.gz
mailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.tar.zst
mailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.zip
Diffstat (limited to 'src/mailman/commands/cli_lists.py')
-rw-r--r--src/mailman/commands/cli_lists.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py
index 0882e1030..38c1823a1 100644
--- a/src/mailman/commands/cli_lists.py
+++ b/src/mailman/commands/cli_lists.py
@@ -133,12 +133,12 @@ class Create:
self.parser = parser
command_parser.add_argument(
'--language',
- type='unicode', metavar='CODE', help=_("""\
+ type=unicode, metavar='CODE', help=_("""\
Set the list's preferred language to CODE, which must be a
registered two letter language code."""))
command_parser.add_argument(
'-o', '--owner',
- type='unicode', action='append', default=[],
+ type=unicode, action='append', default=[],
dest='owners', metavar='OWNER', help=_("""\
Specify a listowner email address. If the address is not
currently registered with Mailman, the address is registered and