From 2d97f4b335ce2f2f1d62194ef614af3ace77a57e Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Thu, 17 Feb 2011 03:55:14 -0500 Subject: Document the --rights output format https://fedorahosted.org/freeipa/ticket/563 https://fedorahosted.org/freeipa/ticket/588 --- ipalib/plugins/baseldap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py index f403990f..2d25219d 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.'), ), ) -- cgit