Vincent Simonin пре 13 година
родитељ
комит
eb575c7bed
1 измењених фајлова са 1 додато и 1 уклоњено
  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');
     }
 
     /**