help text imporvement

This commit is contained in:
rhoerbe
2014-07-11 11:49:35 +02:00
parent 6d5a8d49d6
commit 18f260a2fd

View File

@@ -111,7 +111,7 @@ class SAML2client(object):
"if HTTPS is used and no server CA certs are defined then ",
"no cert verification will be done"))
self._parser.add_argument('-J', dest="json_config_file",
help="Script configuration")
help="Test target configuration")
self._parser.add_argument('-m', dest="metadata", action='store_true',
help="Return the SP metadata")
self._parser.add_argument(