Skip to content

Commit 5e8e83c

Browse files
committed
grammar
1 parent 1163aaf commit 5e8e83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/OneTimeOperationsProcessCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class OneTimeOperationsProcessCommand extends OneTimeOperationsCommand
1414
{--test : Process operation without tagging it as processed, so you can call it again}
1515
{--async : Ignore setting in operation and process all operations asynchronously}
1616
{--sync : Ignore setting in operation and process all operations synchronously}
17-
{--queue= : Set the queue that all jobs will be dispatched to}';
17+
{--queue= : Set the queue, that all jobs will be dispatched to}';
1818

1919
protected $description = 'Process all unprocessed one-time operations';
2020

0 commit comments

Comments
 (0)