summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
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 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