summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-01-12 14:24:37 +0100
committerRob Crittenden <rcritten@redhat.com>2015-01-19 09:39:47 -0500
commit9f8b66c72a015050f20a5d789a5f997b0f4ce925 (patch)
tree263ed897d34ed343d493a9b0bc1e9eebab2c5f25
parentd6ffbfe04bc6b6370e3aa112e7bdd7183a851a94 (diff)
downloadipsilon-9f8b66c72a015050f20a5d789a5f997b0f4ce925.tar.gz
ipsilon-9f8b66c72a015050f20a5d789a5f997b0f4ce925.tar.xz
ipsilon-9f8b66c72a015050f20a5d789a5f997b0f4ce925.zip
Fix some copy-paste errors in help output
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Rob Crittenden <rcritten@redhat.com> https://fedorahosted.org/ipsilon/ticket/33
-rwxr-xr-xipsilon/install/ipsilon-server-install2
-rw-r--r--ipsilon/login/authldap.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipsilon/install/ipsilon-server-install b/ipsilon/install/ipsilon-server-install
index 1b9e58f..8728490 100755
--- a/ipsilon/install/ipsilon-server-install
+++ b/ipsilon/install/ipsilon-server-install
@@ -266,7 +266,7 @@ def parse_args(plugins):
parser.add_argument('--config-profile', default=None,
help="File containing install options")
parser.add_argument('--server-debugging', action='store_true',
- help="Uninstall the server and all data")
+ help="Enable debugging")
parser.add_argument('--uninstall', action='store_true',
help="Uninstall the server and all data")
diff --git a/ipsilon/login/authldap.py b/ipsilon/login/authldap.py
index 0a5bd3b..5899ed2 100644
--- a/ipsilon/login/authldap.py
+++ b/ipsilon/login/authldap.py
@@ -180,7 +180,7 @@ class Installer(object):
def install_args(self, group):
group.add_argument('--ldap', choices=['yes', 'no'], default='no',
- help='Configure PAM authentication')
+ help='Configure LDAP authentication')
group.add_argument('--ldap-server-url', action='store',
help='LDAP Server Url')
group.add_argument('--ldap-bind-dn-template', action='store',