summaryrefslogtreecommitdiff
path: root/bin/add_members
diff options
context:
space:
mode:
authorbwarsaw1998-12-17 00:03:42 +0000
committerbwarsaw1998-12-17 00:03:42 +0000
commit53ff8a9523394ce392ec6676b196ce3d2258eb0c (patch)
tree29daccf60c813aad31a5b096cb5d137afaf8157a /bin/add_members
parent5c3e0378b36e35be20b82dd4ad665343c8b3ef81 (diff)
downloadmailman-53ff8a9523394ce392ec6676b196ce3d2258eb0c.tar.gz
mailman-53ff8a9523394ce392ec6676b196ce3d2258eb0c.tar.zst
mailman-53ff8a9523394ce392ec6676b196ce3d2258eb0c.zip
Added back add_members to Makefile.in
add_members was still calling itself convert_list in the docstring.
Diffstat (limited to '')
-rwxr-xr-xbin/add_members10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/add_members b/bin/add_members
index dd0b94406..3efa36ea5 100755
--- a/bin/add_members
+++ b/bin/add_members
@@ -23,10 +23,10 @@
# Make sure that the list of email addresses doesn't contain any comments,
# like majordomo may throw in. For now, you just have to remove them manually.
-"""Convert a list.
+"""Add members to a list from the command line.
Usage:
- convert_list [-n <file>] [-d <file>] [-c <y|n>] [-w <y|n>] [-h] listname
+ add_members [-n <file>] [-d <file>] [-c <y|n>] [-w <y|n>] [-h] listname
Where:
@@ -42,7 +42,7 @@ Where:
--changes-msg=<y|n>
-c <y|n>
- set whether or not to send the list members the `there's going to be
+ set whether or not to send the list members the `there's going to be
big changes to your list' message. defaults to no.
--welcome-msg=<y|n>
@@ -55,8 +55,8 @@ Where:
Print this help message and exit.
listname
- The name of the Mailman list you are converting an old list into.
- It must already exist.
+ The name of the Mailman list you are adding members to. It must
+ already exist.
You must supply one or both of -n and -d options.