summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2005-03-03 18:55:36 +0000
committerHerb Lewis <herb@samba.org>2005-03-03 18:55:36 +0000
commit09bda2ccf30a5b6bc5a755fc6dfcde52f83b4a8c (patch)
treeb61139445ace6930a423a4f76c4f4dbb92f5eb1a
parentd4536b09630c9086ffced248ac1bd017bd15967d (diff)
downloadsamba-09bda2ccf30a5b6bc5a755fc6dfcde52f83b4a8c.tar.gz
samba-09bda2ccf30a5b6bc5a755fc6dfcde52f83b4a8c.tar.xz
samba-09bda2ccf30a5b6bc5a755fc6dfcde52f83b4a8c.zip
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
-rw-r--r--source/utils/net_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/utils/net_help.c b/source/utils/net_help.c
index 26d59beda2b..e25316818a5 100644
--- a/source/utils/net_help.c
+++ b/source/utils/net_help.c
@@ -99,6 +99,8 @@ int net_help_group(int argc, const char **argv)
d_printf("\nnet [<method>] group ADD <name> [-C comment] [-c container]"\
" [misc. options] [targets]\n\tCreate specified group\n");
d_printf("\nnet rpc group MEMBERS <name>\n\tList Group Members\n\n");
+ d_printf("\nnet rpc group ADDMEM <group> <member>\n\tAdd Group Members\n\n");
+ d_printf("\nnet rpc group DELMEM <group> <member>\n\tDelete Group Members\n\n");
net_common_methods_usage(argc, argv);
net_common_flags_usage(argc, argv);
d_printf("\t-C or --comment=<comment>\tdescriptive comment (for add only)\n");