summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/baseldap.py')
-rw-r--r--ipalib/plugins/baseldap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py
index f403990ff..2d25219da 100644
--- a/ipalib/plugins/baseldap.py
+++ b/ipalib/plugins/baseldap.py
@@ -666,7 +666,7 @@ class LDAPRetrieve(LDAPQuery):
takes_options = (
Flag('rights',
label=_('Rights'),
- doc=_('Display the access rights to modify this entry (requires --all)'),
+ doc=_('Display the access rights of this entry (requires --all). See ipa man page for details.'),
),
)
@@ -732,7 +732,7 @@ class LDAPUpdate(LDAPQuery, crud.Update):
takes_options = _attr_options + (
Flag('rights',
label=_('Rights'),
- doc=_('Display the access rights to modify this entry (requires --all)'),
+ doc=_('Display the access rights of this entry (requires --all). See ipa man page for details.'),
),
)