argparser issue: non-ASCII character instead of descriptive name for -C cl argument

This commit is contained in:
rhoerbe
2014-04-17 16:57:07 +02:00
parent b371748a45
commit 330e9ea74e

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="cacerts",
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"))