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:
@@ -27,7 +27,7 @@ class module_console_fieldsRename extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Rename a documentation field from a Databox');
|
||||
$this->setDescription('Renames a documentation field from a Databox');
|
||||
|
||||
$this->addArgument('name', InputArgument::REQUIRED, 'The new name');
|
||||
$this->addArgument('meta_struct_id', InputArgument::REQUIRED, 'Metadata structure id destination');
|
||||
|
Reference in New Issue
Block a user