diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-03-01 21:04:45 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-03-01 21:04:45 +0100 |
commit | c153b143c64139a57c6e4febe233bece9d4a48ce (patch) | |
tree | a176bc67e479adf62be15275c6946c388a0c8bfa /bin/list_members | |
parent | 4cc8bddc00dc5cb2e333f5eea41ba7916dfd52a1 (diff) | |
download | mailman2-c153b143c64139a57c6e4febe233bece9d4a48ce.tar.gz mailman2-c153b143c64139a57c6e4febe233bece9d4a48ce.tar.xz mailman2-c153b143c64139a57c6e4febe233bece9d4a48ce.zip |
list_members Usage: Keep regular/digest and moderated/non-moderated options together
Diffstat (limited to '')
-rwxr-xr-x | bin/list_members | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/list_members b/bin/list_members index c50cc06c..d7cf9329 100755 --- a/bin/list_members +++ b/bin/list_members @@ -29,17 +29,17 @@ Where: --regular / -r Print just the regular (non-digest) members. + --digest[=kind] / -d [kind] + Print just the digest members. Optional argument can be "mime" or + "plain" which prints just the digest members receiving that kind of + digest. + --moderated / -m Print just the moderated members. --non-moderated / -M Print just the non-moderated members. - --digest[=kind] / -d [kind] - Print just the digest members. Optional argument can be "mime" or - "plain" which prints just the digest members receiving that kind of - digest. - --nomail[=why] / -n [why] Print the members that have delivery disabled. Optional argument can be "byadmin", "byuser", "bybounce", or "unknown" which prints just the |