summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-11-26 10:07:07 +0000
committerVolker Lendecke <vlendec@samba.org>2003-11-26 10:07:07 +0000
commit5efc777a0fc353db71829e728e8afc7e20d4154b (patch)
treea0b3c1ecb4f058797eaeaf5d657c62cb16c4f084 /source3/utils/net_help.c
parent203710ea6d74a6ff17ed3c2d718022242384ee3a (diff)
downloadsamba-5efc777a0fc353db71829e728e8afc7e20d4154b.tar.gz
samba-5efc777a0fc353db71829e728e8afc7e20d4154b.tar.xz
samba-5efc777a0fc353db71829e728e8afc7e20d4154b.zip
Implement "net rpc group members": Get members of a domain group in
human-readable format. Volker (This used to be commit 4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index c688beef72c..059da4740b7 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -93,6 +93,7 @@ int net_help_group(int argc, const char **argv)
"\n\tDelete specified group\n");
d_printf("\nnet [<method>] group ADD <name> [-C comment] [-c container]"\
" [misc. options] [targets]\n\tCreate specified group\n");
+ d_printf("\nnet rpc group MEMBERS <name>\n\tList Group Members\n\n");
net_common_methods_usage(argc, argv);
net_common_flags_usage(argc, argv);
d_printf("\t-C or --comment=<comment>\tdescriptive comment (for add only)\n");