From 4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 Nov 2003 10:07:07 +0000 Subject: Implement "net rpc group members": Get members of a domain group in human-readable format. Volker --- source/utils/net_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/utils/net_help.c') 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 [] 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