Skip to content

Commit 175dbcd

Browse files
committed
MAGETWO-36066: Move dev/shell/cache.php
- changed command description
1 parent ee9212d commit 175dbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Console/Command/CacheFlushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CacheFlushCommand extends AbstractCacheTypeManageCommand
1717
protected function configure()
1818
{
1919
$this->setName('cache:flush');
20-
$this->setDescription('Flushes cache type(s)');
20+
$this->setDescription('Flushes cache storage used by cache type(s)');
2121
parent::configure();
2222
}
2323

0 commit comments

Comments
 (0)