From: Herb Lewis Date: Thu, 3 Mar 2005 18:55:36 +0000 (+0000) Subject: r5650: add help lines for net rpc group addmem and delmem commands X-Git-Tag: release-4-0-0alpha6~801^2~10605 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=36966765e163ae0e96b3b4d44af3816a2875342f;p=ddiss%2Fsamba.git r5650: add help lines for net rpc group addmem and delmem commands partial fix for Bug 2417 - we need to look for other missing commands (This used to be commit bd4405b41592e064428bfa0dab8f216692f0fec6) --- diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 26d59beda2b..e25316818a5 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -99,6 +99,8 @@ int net_help_group(int argc, const char **argv) 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"); + d_printf("\nnet rpc group ADDMEM \n\tAdd Group Members\n\n"); + d_printf("\nnet rpc group DELMEM \n\tDelete 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");