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');
     }
 
     /**