diff --git a/app/code/Magento/Backend/Console/Command/CacheFlushCommand.php b/app/code/Magento/Backend/Console/Command/CacheFlushCommand.php index 84de2e1875e34241ea43b1cb94b0f529d095300d..c847204de9043e84ded25607e890273441ec0e4e 100644 --- a/app/code/Magento/Backend/Console/Command/CacheFlushCommand.php +++ b/app/code/Magento/Backend/Console/Command/CacheFlushCommand.php @@ -17,7 +17,7 @@ class CacheFlushCommand extends AbstractCacheTypeManageCommand protected function configure() { $this->setName('cache:flush'); - $this->setDescription('Flushes cache type(s)'); + $this->setDescription('Flushes cache storage used by cache type(s)'); parent::configure(); }