summaryrefslogtreecommitdiffstats
path: root/source/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
commit4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d (patch)
tree37e20f14627bebd5eaa30f4e886036ec316d0db7 /source/utils/net_help.c
parent94860687c535ace0c962ca3fe7da59df05325c62 (diff)
downloadsamba-4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d.tar.gz
samba-4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d.tar.xz
samba-4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d.zip
Implement "net rpc group members": Get members of a domain group in
human-readable format. Volker
Diffstat (limited to 'source/utils/net_help.c')
-rw-r--r--source/utils/net_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net_help.c b/source/utils/net_help.c
index c688beef72c..059da4740b7 100644
--- a/source/utils/net_help.c
+++ b/source/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");