From 63d44a5c2d1dc253c9990ca5f3fbf5eedf7bba8f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 Nov 2003 10:09:59 +0000 Subject: Implement "net rpc group members": Get members of a domain group in human-readable format. Volker (This used to be commit e5770a9433099f86a1f828a35bbecbe5691c000c) --- source3/utils/net_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_help.c') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index c688beef72..059da4740b 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 [] group ADD [-C comment] [-c container]"\ " [misc. options] [targets]\n\tCreate specified group\n"); + d_printf("\nnet rpc group MEMBERS \n\tList Group Members\n\n"); net_common_methods_usage(argc, argv); net_common_flags_usage(argc, argv); d_printf("\t-C or --comment=\tdescriptive comment (for add only)\n"); -- cgit