minor #39217 [Messenger] StopWorkersCommand improve doc helper (94noni)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Messenger] StopWorkersCommand improve doc helper

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix
| License       | MIT

Small improvement :)

Commits
-------

e136068743 [Messenger] StopWorkersCommand improve doc helper
This commit is contained in:
Fabien Potencier 2020-12-05 16:51:46 +01:00
commit d0d0ee3c4f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The <info>%command.name%</info> command sends a signal to stop any <info>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
)
;