summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-02-16 03:20:00 -0500
committerRob Crittenden <rcritten@redhat.com>2011-02-18 10:00:48 -0500
commitb26e265961e929547469e37e0f0927d9965b5264 (patch)
tree9e9f02561e7c832cc463f2cded8c61a969bf727e /install/tools/ipa-server-install
parent7b7160452130a203622a7b0fd30e984add87ed87 (diff)
downloadfreeipa-b26e265961e929547469e37e0f0927d9965b5264.tar.gz
freeipa-b26e265961e929547469e37e0f0927d9965b5264.tar.xz
freeipa-b26e265961e929547469e37e0f0927d9965b5264.zip
Fixed in ipa-server-install help and man page
https://fedorahosted.org/freeipa/ticket/831
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 9e7853eb4..6ae02d893 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -128,7 +128,7 @@ def parse_options():
parser.add_option("--idstart", dest="idstart", default=namespace, type=int,
help="The starting value for the IDs range (default random)")
parser.add_option("--idmax", dest="idmax", default=0, type=int,
- help="The max value value for the IDs range (default random)")
+ help="The max value value for the IDs range (default: idstart+199999)")
parser.add_option("--subject", dest="subject",
help="The certificate subject base (default O=<realm-name>)")
parser.add_option("--no_hbac_allow", dest="hbac_allow", default=False,