8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc43db0 commit 69de65cCopy full SHA for 69de65c
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
@@ -107,7 +107,7 @@ protected function configure(): void
107
108
Use the --queues option to limit a receiver to only certain queues (only supported by some receivers):
109
110
- <info>php %command.full_name% receiver1 --queues=fasttrack</info>
+ <info>php %command.full_name% <receiver-name> --queues=fasttrack</info>
111
EOF
112
)
113
;
0 commit comments