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

jht at samba.org jht at samba.org
Fri Mar 4 17:38:25 GMT 2005


Author: jht
Date: 2005-03-04 17:38:25 +0000 (Fri, 04 Mar 2005)
New Revision: 5653

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

Log:
Fixiing typos.
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc_rights.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc_rights.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc_rights.c	2005-03-04 00:25:16 UTC (rev 5652)
+++ branches/SAMBA_3_0/source/utils/net_rpc_rights.c	2005-03-04 17:38:25 UTC (rev 5653)
@@ -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