diff options
-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 |