summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2017-03-07 13:20:38 +0000
committerMartin Basti <mbasti@redhat.com>2017-03-13 10:12:40 +0100
commit5efa55c88d73d9f5db77df4be9fedf03f9b323d1 (patch)
treed9f5bcda5eaa1b4dfd3d016bb1c235022fb9e70e
parent00f49dd7bbf277757902c94990d33758fec56b23 (diff)
install: add missing space in realm_name description
https://pagure.io/freeipa/issue/6392 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
-rw-r--r--ipalib/install/service.py2
1 files changed, 1 insertions, 1 deletions
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',
)