svn commit: samba r5650 - in branches/SAMBA_3_0/source/utils: .

herb at samba.org herb at samba.org
Thu Mar 3 18:55:37 GMT 2005


Author: herb
Date: 2005-03-03 18:55:36 +0000 (Thu, 03 Mar 2005)
New Revision: 5650

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5650

Log:
add help lines for net rpc group addmem and delmem commands
partial fix for Bug 2417 - we need to look for other missing 
commands

Modified:
   branches/SAMBA_3_0/source/utils/net_help.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_help.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_help.c	2005-03-03 17:58:47 UTC (rev 5649)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2005-03-03 18:55:36 UTC (rev 5650)
@@ -99,6 +99,8 @@
 	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");



More information about the samba-cvs mailing list