mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
elaborate on type of links supported
This commit is contained in:
parent
73bfea6d28
commit
45d5b377ab
1 changed files with 5 additions and 3 deletions
|
@ -367,9 +367,11 @@ def find_links():
|
|||
action='append',
|
||||
default=[],
|
||||
metavar='url',
|
||||
help="If a url or path to an html file, then parse for links to "
|
||||
"archives. If a local path or file:// url that's a directory, "
|
||||
"then look for archives in the directory listing.",
|
||||
help="If a URL or path to an html file, then parse for links to "
|
||||
"archives such as sdist (.tar.gz) or wheel (.whl) files. "
|
||||
"If a local path or file:// URL that's a directory, "
|
||||
"then look for archives in the directory listing. "
|
||||
"Links to VCS project URLs are not supported.",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue