Commit 5c60baff by Arun Babu Neelicattu

Clarify documentation for `--all` option in `cache clear` command

Resolves: #1162
parent 426dbdcf
...@@ -9,7 +9,7 @@ class CacheClearCommand(Command): ...@@ -9,7 +9,7 @@ class CacheClearCommand(Command):
cache:clear cache:clear
{ cache : The name of the cache to clear. } { cache : The name of the cache to clear. }
{ --all : Clear all caches. } { --all : Clear all entries in cache. }
""" """
def handle(self): def handle(self):
......
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