Skip to content

Commit

Permalink
Update docs for queue:retry command (#22179)
Browse files Browse the repository at this point in the history
* Update docs for queue:retry command

At the moment its not obvious that you can pass 'all'
as an id without looking through the code.

* Update RetryCommand.php
  • Loading branch information
micmania1 authored and taylorotwell committed Nov 23, 2017
1 parent 4cb36d0 commit c6aabf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Console/RetryCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class RetryCommand extends Command
*
* @var string
*/
protected $signature = 'queue:retry {id* : The ID of the failed job.}';
protected $signature = 'queue:retry {id* : The ID of the failed job or "all" to retry all jobs.}';

/**
* The console command description.
Expand Down

0 comments on commit c6aabf9

Please sign in to comment.