From e28a45072004d93ced9bf81b3810fbd2652664b5 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Wed, 5 Aug 2015 15:50:07 +1000 Subject: Fix otptoken-remove-managedby command summary Reviewed-By: Tomas Babej --- ipalib/plugins/otptoken.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/plugins/otptoken.py b/ipalib/plugins/otptoken.py index 07df0ee3e..a1e9a85a5 100644 --- a/ipalib/plugins/otptoken.py +++ b/ipalib/plugins/otptoken.py @@ -467,7 +467,7 @@ class otptoken_add_managedby(LDAPAddMember): @register() class otptoken_remove_managedby(LDAPRemoveMember): - __doc__ = _('Remove hosts that can manage this host.') + __doc__ = _('Remove users that can manage this token.') member_attributes = ['managedby'] -- cgit