We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9212d commit 175dbcdCopy full SHA for 175dbcd
app/code/Magento/Backend/Console/Command/CacheFlushCommand.php
@@ -17,7 +17,7 @@ class CacheFlushCommand extends AbstractCacheTypeManageCommand
17
protected function configure()
18
{
19
$this->setName('cache:flush');
20
- $this->setDescription('Flushes cache type(s)');
+ $this->setDescription('Flushes cache storage used by cache type(s)');
21
parent::configure();
22
}
23
0 commit comments