diff options
| author | bwarsaw | 1998-12-17 00:03:42 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-12-17 00:03:42 +0000 |
| commit | 53ff8a9523394ce392ec6676b196ce3d2258eb0c (patch) | |
| tree | 29daccf60c813aad31a5b096cb5d137afaf8157a | |
| parent | 5c3e0378b36e35be20b82dd4ad665343c8b3ef81 (diff) | |
| download | mailman-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 '')
| -rw-r--r-- | bin/Makefile.in | 4 | ||||
| -rwxr-xr-x | bin/add_members | 10 |
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. |
