summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-01-24 14:50:50 -0500
committerSimo Sorce <ssorce@redhat.com>2011-01-24 14:50:50 -0500
commite72815771e56b779cc91810f699223f018d8ec90 (patch)
treefe8e57682bdac4b996c3dba29542eb945c8a80ec /install/tools/ipa-server-install
parent678c764d408856dc6a71d7fda92611bef96a22a2 (diff)
downloadfreeipa-e72815771e56b779cc91810f699223f018d8ec90.tar.gz
freeipa-e72815771e56b779cc91810f699223f018d8ec90.tar.xz
freeipa-e72815771e56b779cc91810f699223f018d8ec90.zip
Remove trailing space
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 173f5c253..37ded58d8 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -101,7 +101,7 @@ def parse_options():
default=False, help="Do not add any DNS forwarders, use root servers instead")
parser.add_option("--no-reverse", dest="no_reverse", action="store_true",
default=False, help="Do not create reverse DNS zone")
- parser.add_option("--zonemgr", dest="zonemgr",
+ parser.add_option("--zonemgr", dest="zonemgr",
help="DNS zone manager e-mail address. Defaults to root")
parser.add_option("-U", "--unattended", dest="unattended", action="store_true",
default=False, help="unattended installation never prompts the user")