summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2014-11-07 08:47:56 -0700
committerPetr Viktorin <pviktori@dhcp-31-13.brq.redhat.com>2014-11-11 09:16:16 +0100
commitd95d557ce5dc8c9c0a629af90bf7ae2224de0eb0 (patch)
tree6a5af622a3c7090ef943392147843f85d842e6f0 /install/tools
parent80a8df3f193aa800740f1627a269e6973f57aa0a (diff)
downloadfreeipa-d95d557ce5dc8c9c0a629af90bf7ae2224de0eb0.tar.gz
freeipa-d95d557ce5dc8c9c0a629af90bf7ae2224de0eb0.tar.xz
freeipa-d95d557ce5dc8c9c0a629af90bf7ae2224de0eb0.zip
ipa-server-install Directory Manager help incorrect
https://fedorahosted.org/freeipa/ticket/4694 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/tools')
-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 2c3a28b52..cb79cfbbc 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -164,7 +164,7 @@ def parse_options():
basic_group.add_option("-n", "--domain", dest="domain_name",
help="domain name")
basic_group.add_option("-p", "--ds-password", dest="dm_password",
- sensitive=True, help="admin password")
+ sensitive=True, help="Directory Manager password")
basic_group.add_option("-P", "--master-password",
dest="master_password", sensitive=True,
help="kerberos master password (normally autogenerated)")