summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-04-07 17:26:15 +0200
committerMartin Kosek <mkosek@redhat.com>2011-04-08 15:27:26 +0200
commitb5b74366c4de8e43c89cc7c741d91f76d1b604b3 (patch)
treeaef8fc992f312e44d14c621dd9569e1407cd0a6e
parentc4fb150837d9e141eb95e5d4d97934271703551b (diff)
downloadfreeipa-b5b74366c4de8e43c89cc7c741d91f76d1b604b3.tar.gz
freeipa-b5b74366c4de8e43c89cc7c741d91f76d1b604b3.tar.xz
freeipa-b5b74366c4de8e43c89cc7c741d91f76d1b604b3.zip
Fix typo in 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 f3a01e892..d0830589e 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -183,7 +183,7 @@ def parse_options():
options.idmax = int(options.idstart) + 200000 - 1
if options.idmax < options.idstart:
- parse.error("idmax (%u) cannot be smaller than idstart (%u)" %
+ parser.error("idmax (%u) cannot be smaller than idstart (%u)" %
(options.idmax, options.idstart))
#Automatically disable pkinit w/ dogtag until that is supported