Vincent Simonin %!s(int64=13) %!d(string=hai) anos
pai
achega
eb575c7bed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Command/GearmanJobExecuteCommand.php

+ 1 - 1
Command/GearmanJobExecuteCommand.php

@@ -25,7 +25,7 @@ class GearmanJobExecuteCommand extends ContainerAwareCommand
         $this->setName('gearman:job:execute')
              ->setDescription('Execute one single job')
              ->addArgument('job', InputArgument::REQUIRED, 'job to execute')
-            ->addOption('no-description', null, InputOption::VALUE_NONE, 'Don\'t print job description');
+             ->addOption('no-description', null, InputOption::VALUE_NONE, 'Don\'t print job description');
     }
 
     /**