[commands/cache] Correct argument name in documentation for `pip cache list`.

This commit is contained in:
Ellen Marie Dash 2020-03-04 12:03:36 -05:00
parent 10d13762eb
commit d9dc76e909
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CacheCommand(Command):
usage = """
%prog info
%prog list [name]
%prog list [<pattern>]
%prog remove <pattern>
%prog purge
"""