Re: [Freeipa-devel] [PATCH] 0032 Fix otptoken-remove-managedby command summary

2015-08-05 Thread Tomas Babej


On 08/05/2015 07:51 AM, Fraser Tweedale wrote:
> Small doc fix.
> 
> Cheers,
> Fraser
> 
> 
> 

ACK, thanks for catching this.

Pushed to:
master: e28a45072004d93ced9bf81b3810fbd2652664b5
ipa-4-2: dc0745650a0172bb66350fb453ec4285e31a32ad

Tomas

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


[Freeipa-devel] [PATCH] 0032 Fix otptoken-remove-managedby command summary

2015-08-04 Thread Fraser Tweedale
Small doc fix.

Cheers,
Fraser
From 2879f147cacef06f0b3373ac21a78b9d08f8afbb Mon Sep 17 00:00:00 2001
From: Fraser Tweedale 
Date: Wed, 5 Aug 2015 15:50:07 +1000
Subject: [PATCH] Fix otptoken-remove-managedby command summary

---
 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 
07df0ee3ee29032aaee35f1afc4d0b882d67ea75..a1e9a85a5d3acde9f5aa9f4cc19563e1d8672aba
 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']
 
-- 
2.4.3

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code