mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix #1242 : Commands description check, move generate:template command to developer console
This commit is contained in:
@@ -29,7 +29,7 @@ class module_console_checkExtension extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Checks if the Phrasea PHP Extension is well installed & working properly.');
|
||||
$this->setDescription('Performs a serie of tests against Phrasea Engine PHP Extension');
|
||||
|
||||
$this->addArgument('usr_id', InputOption::VALUE_REQUIRED, 'Usr_id to use.');
|
||||
|
||||
|
Reference in New Issue
Block a user