Fix issue found during QE testing.

Pushed to master, ipa-2-2 under the one-liner rule.

Martin
>From 7c784d5bbe22ae25ea30107e27c724388c0ffa66 Mon Sep 17 00:00:00 2001
From: Martin Kosek <mko...@redhat.com>
Date: Thu, 19 Apr 2012 19:50:57 +0200
Subject: [PATCH] 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
---
 ipa-client/ipa-install/ipa-client-install |    2 +-
 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 75c60653c6882a73d20a4d40fcb9713799aeea41..563e9c4df843974a61627a389f24bc8bbcb6c3d3 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")
-- 
1.7.7.6

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to