summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-11-28 15:10:00 +0000
committerVolker Lendecke <vlendec@samba.org>2003-11-28 15:10:00 +0000
commit3dda7cf2caf8d39b37d51165f8afdf0ae711bede (patch)
tree6f065597820c3ed6d00197b341e02de1e088e309 /source3/utils/net_help.c
parent521104359ec257ca93eb68fdf65b24ed3b3a7f4a (diff)
downloadsamba-3dda7cf2caf8d39b37d51165f8afdf0ae711bede.tar.gz
samba-3dda7cf2caf8d39b37d51165f8afdf0ae711bede.tar.bz2
samba-3dda7cf2caf8d39b37d51165f8afdf0ae711bede.zip
Implement 'net rpc group list [global|local|builtin]*' for a select listing of
the respective user databases. Volker (This used to be commit 39e4ee0c5be9f8d5a26b03ae17865b8e576b0b62)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 059da4740b..514cf1af1b 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -88,6 +88,8 @@ int net_help_group(int argc, const char **argv)
{
d_printf("net [<method>] group [misc. options] [targets]"\
"\n\tList user groups\n\n");
+ d_printf("net rpc group LIST [global|local|builtin]* [misc. options]"\
+ "\n\tList specific user groups\n\n");
d_printf("net [<method>] group DELETE <name> "\
"[misc. options] [targets]"\
"\n\tDelete specified group\n");