mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Fix #1242 : Commands description check, move generate:template command to developer console
This commit is contained in:
@@ -27,7 +27,7 @@ class module_console_systemClearCache extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Empty cache directories, clear Memcached, Redis if avalaible');
|
||||
$this->setDescription('Empties cache directories and cache-server data');
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user