summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-01-04 21:04:56 -0500
committerRob Crittenden <rcritten@redhat.com>2012-01-04 21:05:42 -0500
commit1be9f481fda01accbe7db5cb6af9e0aa2bb8d8b4 (patch)
tree2b91c31cba43d910bd272c7ed5e8b8657bbbba00
parent942336340dc924fd725e7c74c06f19eb0fab8f6e (diff)
downloadfreeipa-1be9f481fda01accbe7db5cb6af9e0aa2bb8d8b4.tar.gz
freeipa-1be9f481fda01accbe7db5cb6af9e0aa2bb8d8b4.tar.xz
freeipa-1be9f481fda01accbe7db5cb6af9e0aa2bb8d8b4.zip
Fix two typos in role help.
Contributed by Jérôme Fenal
-rw-r--r--ipalib/plugins/role.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/role.py b/ipalib/plugins/role.py
index bdca3ecf5..ee6ebcdc0 100644
--- a/ipalib/plugins/role.py
+++ b/ipalib/plugins/role.py
@@ -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.
""")