Rename commands to task-manager namespace

This commit is contained in:
Romain Neutron
2013-10-28 14:19:51 +01:00
parent 6ef6387abf
commit 24d0a5f88b
7 changed files with 10 additions and 10 deletions

View File

@@ -20,8 +20,8 @@ class SchedulerStart extends Command
{
public function __construct()
{
parent::__construct('scheduler:start');
$this->setDescription('Starts Phraseanet scheduler');
parent::__construct('task-manager:scheduler:start');
$this->setDescription('Starts Task-Manager scheduler');
}
protected function doExecute(InputInterface $input, OutputInterface $output)