diff --git a/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php b/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php index 561777e..2283619 100644 --- a/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php +++ b/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php @@ -35,8 +35,7 @@ protected function configure() ), new InputOption( 'no-wait', null, InputOption::VALUE_NONE, - 'Whether to wait for a job', - false + 'Whether to wait for a job' ) )) ->setDescription('Process jobs on a queue')