Skip to content

Commit

Permalink
Clarify documentation for --all option in cache clear command
Browse files Browse the repository at this point in the history
Resolves: #1162
  • Loading branch information
abn committed Jun 23, 2019
1 parent 426dbdc commit 5c60baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/console/commands/cache/clear.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CacheClearCommand(Command):
cache:clear
{ cache : The name of the cache to clear. }
{ --all : Clear all caches. }
{ --all : Clear all entries in cache. }
"""

def handle(self):
Expand Down

0 comments on commit 5c60baf

Please sign in to comment.