mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Update cmdoptions.py
This commit is contained in:
parent
9e29b23511
commit
e451d51870
1 changed files with 6 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue