From: Patrick Uiterwijk Date: Mon, 12 Jan 2015 13:24:37 +0000 (+0100) Subject: Fix some copy-paste errors in help output X-Git-Tag: v0.4.0~48 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=commitdiff_plain;h=9f8b66c72a015050f20a5d789a5f997b0f4ce925 Fix some copy-paste errors in help output Signed-off-by: Patrick Uiterwijk Reviewed-by: Rob Crittenden https://fedorahosted.org/ipsilon/ticket/33 --- 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',