1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update cmdoptions.py

This commit is contained in:
Ben Bodenmiller 2021-02-24 01:07:05 -08:00 committed by GitHub
parent 9e29b23511
commit e451d51870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,10 +309,12 @@ cert = partial(
dest='cert',
type='path',
metavar='path',
help="Path to PEM-encoded CA certificate bundle. "
"If provided, overrides the default. "
"See 'SSL Certificate Verification' in pip documentation "
"for more information.",
help=(
"Path to PEM-encoded CA certificate bundle. "
"If provided, overrides the default. "
"See 'SSL Certificate Verification' in pip documentation "
"for more information."
),
) # type: Callable[..., Option]
client_cert = partial(