mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix help of --hostname option in ipa-client-install
Replace word "server" with "machine" to clearly distinguish between IPA server and other machines (clients) and to also match the help with ipa-client-install man pages. https://fedorahosted.org/freeipa/ticket/1967
This commit is contained in:
parent
885bb07bb1
commit
4d66cc07dc
@ -78,7 +78,7 @@ def parse_options():
|
||||
action="store_true", default=False,
|
||||
help="create home directories for users on their first login")
|
||||
basic_group.add_option("", "--hostname", dest="hostname",
|
||||
help="The hostname of this server (FQDN). If specified, the hostname will be set and "
|
||||
help="The hostname of this machine (FQDN). If specified, the hostname will be set and "
|
||||
"the system configuration will be updated to persist over reboot. "
|
||||
"By default a nodename result from uname(2) is used.")
|
||||
basic_group.add_option("--ntp-server", dest="ntp_server", help="ntp server to use")
|
||||
|
Loading…
Reference in New Issue
Block a user