From a247c3f30a8296d387bf471691541bcee7ea7403 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Fri, 4 Feb 2011 12:14:50 -0500 Subject: Fix of a small typo --- ipalib/plugins/delegation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/delegation.py') diff --git a/ipalib/plugins/delegation.py b/ipalib/plugins/delegation.py index bd6f6571..8ea0af9c 100644 --- a/ipalib/plugins/delegation.py +++ b/ipalib/plugins/delegation.py @@ -28,7 +28,7 @@ of attributes of members of another group. EXAMPLES: - Add a delegation rule to allow editos to edit admin's addresses: + Add a delegation rule to allow editors to edit admin's addresses: ipa delegation-add --attrs=street --membergroup=admins --group=editors 'editors edit admins street' When managing the list of attributes you need to include all attributes -- cgit