We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e1eba commit 4838ff8Copy full SHA for 4838ff8
Lib/http/server.py
@@ -1352,7 +1352,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
1352
help='conform to this HTTP version '
1353
'(default: %(default)s)')
1354
parser.add_argument('--tls-cert', metavar='PATH',
1355
- help='path to the TLS certificate')
+ help='path to the TLS certificate chain file')
1356
parser.add_argument('--tls-key', metavar='PATH',
1357
help='path to the TLS key')
1358
parser.add_argument('--tls-password-file', metavar='PATH',
0 commit comments