Skip to content

Commit

Permalink
No default value
Browse files Browse the repository at this point in the history
  • Loading branch information
gigablah committed Nov 27, 2013
1 parent 1140ca8 commit dca4915
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/VGMdb/Component/Queue/Command/QueueWorkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit dca4915

Please sign in to comment.