Skip to content

Commit 9e4f511

Browse files
committed
Fix CS
1 parent 013bbcc commit 9e4f511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ protected function configure(): void
9393
9494
<info>php %command.full_name% <receiver-name> --memory-limit=128M</info>
9595
96-
Use the --time-limit option to stop the worker when the given time limit (in seconds) is reached (if a message is being handled, the worker will stop after the processing finished):
96+
Use the --time-limit option to stop the worker when the given time limit (in seconds) is reached.
97+
If a message is being handled, the worker will stop after the processing is finished:
9798
9899
<info>php %command.full_name% <receiver-name> --time-limit=3600</info>
99100

0 commit comments

Comments
 (0)