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
e451d51870
commit
b920bbbe5b
1 changed files with 4 additions and 4 deletions
|
@ -305,10 +305,10 @@ def exists_action():
|
|||
|
||||
cert = partial(
|
||||
PipOption,
|
||||
'--cert',
|
||||
dest='cert',
|
||||
type='path',
|
||||
metavar='path',
|
||||
"--cert",
|
||||
dest="cert",
|
||||
type="path",
|
||||
metavar="path",
|
||||
help=(
|
||||
"Path to PEM-encoded CA certificate bundle. "
|
||||
"If provided, overrides the default. "
|
||||
|
|
Loading…
Reference in a new issue