From 5efa55c88d73d9f5db77df4be9fedf03f9b323d1 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 7 Mar 2017 13:20:38 +0000 Subject: [PATCH] install: add missing space in realm_name description https://pagure.io/freeipa/issue/6392 Reviewed-By: Stanislav Laznicka --- ipalib/install/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/install/service.py b/ipalib/install/service.py index 73b8fd832..84539ad97 100644 --- a/ipalib/install/service.py +++ b/ipalib/install/service.py @@ -122,7 +122,7 @@ class ServiceInstallInterface(common.Installable, realm_name = knob( str, None, - description="Kerberos realm name of the IPA deployment (typically" + description="Kerberos realm name of the IPA deployment (typically " "an upper-cased name of the primary DNS domain)", cli_names='--realm', )