From 175dbcdfe486590e23b60bd2620f39222f82daa3 Mon Sep 17 00:00:00 2001 From: Eddie Lau <kahlau@ebay.com> Date: Mon, 27 Apr 2015 19:39:05 -0500 Subject: [PATCH] MAGETWO-36066: Move dev/shell/cache.php - changed command description --- app/code/Magento/Backend/Console/Command/CacheFlushCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Backend/Console/Command/CacheFlushCommand.php b/app/code/Magento/Backend/Console/Command/CacheFlushCommand.php index 84de2e1875e..c847204de90 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(); } -- GitLab