Trust CLI: mark trust-mod for future use

Fixes: https://fedorahosted.org/freeipa/ticket/2968
This commit is contained in:
Sumit Bose
2012-09-06 09:48:07 +02:00
committed by Martin Kosek
parent d4ba746003
commit f33adf22f8

View File

@@ -296,7 +296,12 @@ class trust_del(LDAPDelete):
return result['result']['dn']
class trust_mod(LDAPUpdate):
__doc__ = _('Modify a trust.')
__doc__ = _("""
Modify a trust (for future use).
Currently only the default option to modify the LDAP attributes are
available. More specific options will be added in coming releases.
""")
msg_summary = _('Modified trust "%(value)s"')