diff --git a/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php b/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php index 1c2fcdb6d9..7df9b9d201 100644 --- a/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php +++ b/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php @@ -50,7 +50,7 @@ The %command.name% command sends a signal to stop any messeng Each worker command will finish the message they are currently processing and then exit. Worker commands are *not* automatically restarted: that -should be handled by something like supervisord. +should be handled by a process control system. EOF ) ;