mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
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 <tbabej@redhat.com>
This commit is contained in:
parent
fcc540bbdc
commit
c68e9510d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user