From d3b29550ee09fab0ca62eeee4d1ad45a48c82a5a Mon Sep 17 00:00:00 2001 From: rmokiem-topdesk Date: Tue, 24 Dec 2013 15:30:39 +0100 Subject: [PATCH] Replaced the non-ASCII character with "ca_certs" which seemed to be the correct argument name --- src/idp_test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idp_test/__init__.py b/src/idp_test/__init__.py index 15762cd..19ef7e6 100644 --- a/src/idp_test/__init__.py +++ b/src/idp_test/__init__.py @@ -105,7 +105,7 @@ class SAML2client(object): self._parser.add_argument('-L', dest='log', action='store_true', help="Print log information") self._parser.add_argument( - '-C', dest="ยง", + '-C', dest="ca_certs", help=("CA certs to use to verify HTTPS server certificates, ", "if HTTPS is used and no server CA certs are defined then ", "no cert verification will be done"))