This commit is contained in:
Romain Neutron
2013-07-09 18:31:29 +02:00
parent 9067a29ae2
commit 0f5dc461e6

View File

@@ -26,7 +26,7 @@ class module_console_fieldsList extends Command
{ {
parent::__construct($name); parent::__construct($name);
$this->setDescription('List all databox fields'); $this->setDescription('List all databoxes fields');
return $this; return $this;
} }