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