[commands/cache] Reformat documentation.

Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Ellen Marie Dash 2020-03-05 08:25:09 -05:00 committed by Ellen Marie Dash
parent 03d5ec10f2
commit 735375fb6b
1 changed files with 4 additions and 8 deletions

View File

@ -24,14 +24,10 @@ class CacheCommand(Command):
Subcommands:
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.
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.
"""