Skip to content

Commit 18f260a

Browse files
committed
help text imporvement
1 parent 6d5a8d4 commit 18f260a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idp_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, check_factory):
111111
"if HTTPS is used and no server CA certs are defined then ",
112112
"no cert verification will be done"))
113113
self._parser.add_argument('-J', dest="json_config_file",
114-
help="Script configuration")
114+
help="Test target configuration")
115115
self._parser.add_argument('-m', dest="metadata", action='store_true',
116116
help="Return the SP metadata")
117117
self._parser.add_argument(

0 commit comments

Comments
 (0)