Fix #1242 : Commands description check, move generate:template command to developer console

This commit is contained in:
Romain Neutron
2013-07-17 20:14:23 +02:00
parent 6d30f9bc9d
commit 899549d45a
41 changed files with 47 additions and 39 deletions

View File

@@ -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');