summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/Makefile.in4
-rwxr-xr-xbin/add_members10
2 files changed, 7 insertions, 7 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 6ea02a3d8..f3cee616b 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -43,8 +43,8 @@ SCRIPTSDIR= $(prefix)/bin
SHELL= /bin/sh
-SCRIPTS= digest_arch mmsitepass newlist rmlist \
-subscribe_enmasse update_to_10b6 arch
+SCRIPTS= digest_arch mmsitepass newlist rmlist add_members \
+ subscribe_enmasse update_to_10b6 arch
# Modes for directories and executables created by the install
# process. Default to group-writable directories but
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.