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:
@@ -45,7 +45,7 @@ class module_console_taskState extends Command
|
||||
|
||||
$this->addArgument('task_id', InputArgument::REQUIRED, 'The task_id to test');
|
||||
|
||||
$this->setDescription('Get task state');
|
||||
$this->setDescription('Returns a Phraseanet task state given its id');
|
||||
|
||||
$this->addOption(
|
||||
'short'
|
||||
|
Reference in New Issue
Block a user