Re: [Freeipa-devel] [PATCH] 954 fix incorrect name of ipa-winsync-migrate command in help

2016-03-02 Thread Tomas Babej


On 03/02/2016 12:42 PM, Petr Vobornik wrote:
> Help and status text used incorrect name "ipa-migrate-winsync"
> 
> https://fedorahosted.org/freeipa/ticket/5713
> 
> 

ACK, Pushed to:
ipa-4-2: 7151ea394aac00ca596a8d7460a2fcefd258b36e
ipa-4-3: 57e02c7140fe2ad6fe6a6bc9823f84500bb78732
master: c68e9510d03abb75d353e209ea32ac9d1ed362bc

-- 
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] 954 fix incorrect name of ipa-winsync-migrate command in help

2016-03-02 Thread Petr Vobornik

Help and status text used incorrect name "ipa-migrate-winsync"

https://fedorahosted.org/freeipa/ticket/5713
--
Petr Vobornik
From bed7e2721d6f6d995df47fc2d15e5b4a1b3ee489 Mon Sep 17 00:00:00 2001
From: Petr Vobornik 
Date: Wed, 2 Mar 2016 12:37:33 +0100
Subject: [PATCH] fix incorrect name of ipa-winsync-migrate command in help

Help and status text used incorrect name "ipa-migrate-winsync"

https://fedorahosted.org/freeipa/ticket/5713
---
 ipaserver/install/ipa_winsync_migrate.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ipaserver/install/ipa_winsync_migrate.py b/ipaserver/install/ipa_winsync_migrate.py
index a96845dccc9323efc6eb617c4520cf9678846377..545a224921a0cf1f8d849f0a71018769c36cfe41 100644
--- a/ipaserver/install/ipa_winsync_migrate.py
+++ b/ipaserver/install/ipa_winsync_migrate.py
@@ -37,15 +37,15 @@ class WinsyncMigrate(admintool.AdminTool):
 Tool to migrate winsync users.
 """
 
-command_name = 'ipa-migrate-winsync'
-usage = "ipa-migrate-winsync"
+command_name = 'ipa-winsync-migrate'
+usage = "ipa-winsync-migrate"
 description = (
 "This tool creates user ID overrides for all the users "
 "that were previously synced from AD domain using the "
 "winsync replication agreement. It requires that trust "
 "with the AD forest has already been established and "
 "the users in question are resolvable using SSSD. "
-"For more information, see `man ipa-migrate-winsync`."
+"For more information, see `man ipa-winsync-migrate`."
 )
 
 @classmethod
-- 
2.5.0

-- 
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