diff options
author | John Terpstra <jht@samba.org> | 2005-03-04 17:38:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:53 -0500 |
commit | c884a13414ffaa716a258b28ec33dd971def508f (patch) | |
tree | bb843d75ff0a522e3585a28470781dac7ffdd51e /source3/utils | |
parent | 36966765e163ae0e96b3b4d44af3816a2875342f (diff) | |
download | samba-c884a13414ffaa716a258b28ec33dd971def508f.tar.gz samba-c884a13414ffaa716a258b28ec33dd971def508f.tar.bz2 samba-c884a13414ffaa716a258b28ec33dd971def508f.zip |
r5653: Fixiing typos.
(This used to be commit 7df1cfed723d1c22070b0a829946fe61d064e0d1)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_rights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_rights.c b/source3/utils/net_rpc_rights.c index feb50b457a..32cb6a4650 100644 --- a/source3/utils/net_rpc_rights.c +++ b/source3/utils/net_rpc_rights.c @@ -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"); |