Replaced the non-ASCII character with "ca_certs" which seemed to be the

correct argument name
This commit is contained in:
rmokiem-topdesk
2013-12-24 15:30:39 +01:00
parent 06aa2dda99
commit d3b29550ee

View File

@@ -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"))