diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2017-03-07 13:20:38 +0000 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2017-03-13 10:12:40 +0100 |
| commit | 5efa55c88d73d9f5db77df4be9fedf03f9b323d1 (patch) | |
| tree | d9f5bcda5eaa1b4dfd3d016bb1c235022fb9e70e | |
| parent | 00f49dd7bbf277757902c94990d33758fec56b23 (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.py | 2 |
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', ) |
