diff --git a/osg-koji b/osg-koji index 9adec82a..887131d0 100755 --- a/osg-koji +++ b/osg-koji @@ -255,10 +255,10 @@ def setup_koji_client_cert(user_cert, user_key): new_client_cert_path = os.path.join(OSG_KOJI_USER_CONFIG_DIR, CLIENT_CERT_FILE) if (os.path.lexists(new_client_cert_path) and not ask_yn(""" -Client certificate file '%s' already exists. Do you want to recreate it now? -Enter yes if you have trouble logging in via the command-line tools, if you -got a new certificate, or want to use a grid certificate/key pair instead of -a grid proxy or vice versa. +Client certificate file '%s' already exists. +Do you want to recreate it now? Enter yes if you have trouble logging in via +the command-line tools, if you got a new certificate, or want to use a grid +certificate/key pair instead of a grid proxy or vice versa. """ % new_client_cert_path)): print "Not writing client cert file %r" % new_client_cert_path