Fix two typos in role help.

Contributed by Jérôme Fenal
This commit is contained in:
Rob Crittenden 2012-01-04 21:04:56 -05:00
parent 64ee2464e8
commit 1b1aad2b02

View File

@ -45,7 +45,7 @@ EXAMPLES:
Add some privileges to this role:
ipa role-add-privilege --privileges=addusers junioradmin
ipa role-add-privilege --privileges=change_password junioradmin
ipa role-add-privilege --privileges=add_user_to_default_group juioradmin
ipa role-add-privilege --privileges=add_user_to_default_group junioradmin
Add a group of users to this role:
ipa group-add --desc="User admins" useradmins
@ -54,7 +54,7 @@ EXAMPLES:
Display information about a role:
ipa role-show junioradmin
The result of this is that any users in the group 'useradmins' can
The result of this is that any users in the group 'junioradmin' can
add users, reset passwords or add a user to the default IPA user group.
""")