summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-11-28 15:10:30 +0000
committerVolker Lendecke <vlendec@samba.org>2003-11-28 15:10:30 +0000
commit958f1e54f71191d94498da45fc505d96b1528c78 (patch)
tree7b22f305e966b105a8290d256a82dcabd85bfe03 /source3/utils/net_help.c
parent94ca6711cfac99b1c11a665b608b969c6ac9ebbf (diff)
downloadsamba-958f1e54f71191d94498da45fc505d96b1528c78.tar.gz
samba-958f1e54f71191d94498da45fc505d96b1528c78.tar.bz2
samba-958f1e54f71191d94498da45fc505d96b1528c78.zip
Implement 'net rpc group list [global|local|builtin]*' for a select listing of
the respective user databases. Volker (This used to be commit 53b592f4a64742767f37f9c7f8ee0fdf42e686c6)
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");