From 4d0e739345fe3039db16e0ee613431e1aa92cf02 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 4 Mar 2011 11:08:54 -0500 Subject: Fix style and grammatical issues in built-in command help. There is a rather large API.txt change but it is only due to changes in the doc string in parameters. ticket 729 --- ipalib/plugins/sudocmdgroup.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'ipalib/plugins/sudocmdgroup.py') diff --git a/ipalib/plugins/sudocmdgroup.py b/ipalib/plugins/sudocmdgroup.py index e628a176..3931111f 100644 --- a/ipalib/plugins/sudocmdgroup.py +++ b/ipalib/plugins/sudocmdgroup.py @@ -17,26 +17,25 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -Groups of sudo commands +Groups of Sudo commands -Manage groups of sudo commands. -Every group must have a description. +Manage groups of Sudo commands. EXAMPLES: - Add a new sudo command group: + Add a new Sudo command group: ipa sudocmdgroup-add --desc='administrators commands' admincmds - Remove a sudo command group: + Remove a Sudo command group: ipa sudocmdgroup-del admincmds - Manage sudo command group membership, commands: + Manage Sudo command group membership, commands: ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim admincmds - Manage sudo command group membership, commands: + Manage Sudo command group membership, commands: ipa group-remove-member --sudocmds=/usr/bin/less admincmds - Show a sudo command group: + Show a Sudo command group: ipa group-show localadmins """ -- cgit