svn commit: samba r5695 - in trunk/source/utils: .

jht at samba.org jht at samba.org
Tue Mar 8 19:20:46 GMT 2005


Author: jht
Date: 2005-03-08 19:20:46 +0000 (Tue, 08 Mar 2005)
New Revision: 5695

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

Log:
Fix typos.
Modified:
   trunk/source/utils/net_rpc_rights.c


Changeset:
Modified: trunk/source/utils/net_rpc_rights.c
===================================================================
--- trunk/source/utils/net_rpc_rights.c	2005-03-08 19:07:38 UTC (rev 5694)
+++ trunk/source/utils/net_rpc_rights.c	2005-03-08 19:20:46 UTC (rev 5695)
@@ -385,7 +385,7 @@
 	
 	d_printf("\nBoth 'grant' and 'revoke' require a SID and a list of privilege names.\n");
 	d_printf("For example\n");
-	d_printf("\n  net rpc grant 'VALE\\biddle' SePrintOperatorPrivilege SeDiskOperatorPrivlege\n");
+	d_printf("\n  net rpc rights grant 'VALE\\biddle' SePrintOperatorPrivilege SeDiskOperatorPrivilege\n");
 	d_printf("\nwould grant the printer admin and disk manager rights to the user 'VALE\\biddle'\n\n");
 	
 	



More information about the samba-cvs mailing list