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', )