Commit a27074e5 by Otto Fowler Committed by GitHub

improve cache clear description (#6776)

parent 7e46798a
......@@ -12,7 +12,7 @@ from poetry.console.commands.command import Command
class CacheClearCommand(Command):
name = "cache clear"
description = "Clears Poetry's cache."
description = "Clears a Poetry cache by name."
arguments = [argument("cache", description="The name of the cache to clear.")]
options = [option("all", description="Clear all entries in the cache.")]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment