summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-04-19 19:50:57 +0200
committerMartin Kosek <mkosek@redhat.com>2012-04-19 19:55:53 +0200
commit0457210e26d7fb2a2ec1a2968d1ab0c31a62be07 (patch)
tree135e5f269009e9a2703e2d6b519b2a2ee33a76ae
parent1df88f06f926ae1907b4bfc2633bee747d146c89 (diff)
downloadfreeipa-0457210e26d7fb2a2ec1a2968d1ab0c31a62be07.tar.gz
freeipa-0457210e26d7fb2a2ec1a2968d1ab0c31a62be07.tar.xz
freeipa-0457210e26d7fb2a2ec1a2968d1ab0c31a62be07.zip
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
-rwxr-xr-xipa-client/ipa-install/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index 75c60653c..563e9c4df 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -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")