From c68e9510d03abb75d353e209ea32ac9d1ed362bc 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 Reviewed-By: Tomas Babej --- 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 bf4f7be6b..55c905727 100644 --- a/ipaserver/install/ipa_winsync_migrate.py +++ b/ipaserver/install/ipa_winsync_migrate.py @@ -40,15 +40,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