@@ -23,7 +23,7 @@ |
||
23 | 23 | $this |
24 | 24 | ->setName('queue:worker:run') |
25 | 25 | ->addOption('loop', 'l', InputOption::VALUE_NONE, 'Endless loop') |
26 | - ->addOption('runtime', 't', InputOption::VALUE_REQUIRED, 'How long running this command',60); |
|
26 | + ->addOption('runtime', 't', InputOption::VALUE_REQUIRED, 'How long running this command', 60); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |