From e6d3b7031dbcfe8da46387dddb02c303cdd5d35d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 9 Feb 2011 13:51:35 -0500 Subject: Fix prompt for confirmation of fixed values wrapping around terminal. ticket 940 --- ipa-client/ipa-install/ipa-client-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-client/ipa-install/ipa-client-install') diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install index 66e4a1487..277ad8840 100755 --- a/ipa-client/ipa-install/ipa-client-install +++ b/ipa-client/ipa-install/ipa-client-install @@ -593,7 +593,7 @@ def main(): print "If you proceed with the installation, services will be configured to always" print "access the discovered server for all operation and will not fail over to" print "other servers in case of failure.\n" - if not user_input("Do you want to proceed and configure the system with fixed values with no DNS discovery?", False): + if not user_input("Proceed with fixed values and no DNS discovery?", False): return ret if options.realm_name and options.realm_name != ds.getRealmName(): -- cgit