From 1be9f481fda01accbe7db5cb6af9e0aa2bb8d8b4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 4 Jan 2012 21:04:56 -0500 Subject: Fix two typos in role help. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed by Jérôme Fenal --- ipalib/plugins/role.py | 4 ++-- 1 file 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. """) -- cgit