install: add missing space in realm_name description

https://pagure.io/freeipa/issue/6392

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Jan Cholasta 2017-03-07 13:20:38 +00:00 committed by Martin Basti
parent 00f49dd7bb
commit 5efa55c88d

View File

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