Skip to content

Commit 06d96c3

Browse files
committed
fix bug for default max priority
1 parent 67a012b commit 06d96c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ConsumeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ConsumeCommand extends WorkCommand
2525
{--tries=1 : Number of times to attempt a job before logging it failed}
2626
{--rest=0 : Number of seconds to rest between jobs}
2727
28-
{--max-priority}
28+
{--max-priority=}
2929
{--consumer-tag}
3030
{--prefetch-size=0}
3131
{--prefetch-count=1000}

0 commit comments

Comments
 (0)