Merge pull request #8313 from deveshks/pip-cache-docstring-fix

This commit is contained in:
Pradyun Gedam 2020-05-23 21:44:55 +05:30 committed by GitHub
commit c36826acf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -24,13 +24,13 @@ class CacheCommand(Command):
Subcommands:
dir: Show the cache directory.
info: Show information about the cache.
list: List filenames of packages stored in the cache.
remove: Remove one or more package from the cache.
purge: Remove all items from the cache.
- dir: Show the cache directory.
- info: Show information about the cache.
- list: List filenames of packages stored in the cache.
- remove: Remove one or more package from the cache.
- purge: Remove all items from the cache.
<pattern> can be a glob expression or a package name.
``<pattern>`` can be a glob expression or a package name.
"""
ignore_require_venv = True