mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix command message
This commit is contained in:
@@ -50,7 +50,7 @@ class module_console_fileEnsureDevSetting extends Command
|
|||||||
{
|
{
|
||||||
parent::__construct($name);
|
parent::__construct($name);
|
||||||
|
|
||||||
$this->setDescription('Ensure production settings');
|
$this->setDescription('Ensure development settings');
|
||||||
|
|
||||||
$this->addArgument('conf', InputArgument::OPTIONAL, 'The file to check', null);
|
$this->addArgument('conf', InputArgument::OPTIONAL, 'The file to check', null);
|
||||||
$this->addOption('strict', 's', InputOption::VALUE_NONE, 'Wheter to fail on alerts or not');
|
$this->addOption('strict', 's', InputOption::VALUE_NONE, 'Wheter to fail on alerts or not');
|
||||||
|
Reference in New Issue
Block a user