diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-02-04 12:14:50 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-10 11:16:56 -0500 |
commit | a247c3f30a8296d387bf471691541bcee7ea7403 (patch) | |
tree | 971825b45417d8069f52ea46f4f41cfa24fb11e6 /ipalib | |
parent | ec0911e61b4bcd1105b00ca1a904de9a52316146 (diff) | |
download | freeipa-a247c3f30a8296d387bf471691541bcee7ea7403.tar.gz freeipa-a247c3f30a8296d387bf471691541bcee7ea7403.tar.xz freeipa-a247c3f30a8296d387bf471691541bcee7ea7403.zip |
Fix of a small typo
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/delegation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/delegation.py b/ipalib/plugins/delegation.py index bd6f6571a..8ea0af9cf 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 |