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-26 01:32:18 -08:00 committed by GitHub
parent e451d51870
commit b920bbbe5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. "