mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Fix #1242 : Commands description check, move generate:template command to developer console
This commit is contained in:
@@ -28,7 +28,7 @@ class module_console_fieldsMerge extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Merge databox structure fields');
|
||||
$this->setDescription('Merges databox documentation fields');
|
||||
|
||||
$this->addArgument('sbas_id', InputArgument::REQUIRED, 'Databox sbas_id');
|
||||
$this->addArgument('destination', InputArgument::REQUIRED, 'Metadata structure id destination');
|
||||
|
Reference in New Issue
Block a user