]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5653: Fixiing typos.
authorJohn Terpstra <jht@samba.org>
Fri, 4 Mar 2005 17:38:25 +0000 (17:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:53 +0000 (10:55 -0500)
source/utils/net_rpc_rights.c

index feb50b457a8a0f45ca4460bbc081fe7cd609dfe5..32cb6a4650b7499a79c635cf7283d807929de790 100644 (file)
@@ -385,7 +385,7 @@ static int net_help_rights( int argc, const char **argv )
        
        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");