mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +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_systemMailCheck extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Check if email addresses are unique (mandatory since 3.5)');
|
||||
$this->setDescription('Checks if email addresses are uniques (mandatory since 3.5)');
|
||||
$this->addOption('list'
|
||||
, 'l'
|
||||
, null
|
||||
|
Reference in New Issue
Block a user