diff options
| author | bwarsaw | 2005-12-30 18:56:46 +0000 |
|---|---|---|
| committer | bwarsaw | 2005-12-30 18:56:46 +0000 |
| commit | 991f57220ddfdc34c9bab88f6241ecc486abdbcc (patch) | |
| tree | 4a913b66e7e9e5d7b5a77f57d56236330a164019 /bin | |
| parent | 0589a8a58e94ec29644c9d665055b4a1be9953b5 (diff) | |
| download | mailman-991f57220ddfdc34c9bab88f6241ecc486abdbcc.tar.gz mailman-991f57220ddfdc34c9bab88f6241ecc486abdbcc.tar.zst mailman-991f57220ddfdc34c9bab88f6241ecc486abdbcc.zip | |
Port cleaning changes forward from 2.1-maint branch.
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/config_list | 3 | ||||
| -rwxr-xr-x | bin/remove_members | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/bin/config_list b/bin/config_list index 18ced8f9e..25d4fb62a 100644 --- a/bin/config_list +++ b/bin/config_list @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. """Configure a list from a text file description. diff --git a/bin/remove_members b/bin/remove_members index efd91ff4e..a7b4ebb47 100755 --- a/bin/remove_members +++ b/bin/remove_members @@ -14,8 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + """Remove members from a list. Usage: @@ -56,7 +57,6 @@ Options: listname is the name of the mailing list to use. addr1 ... are additional addresses to remove. - """ import sys |
