mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
foreman: update page
- Put double quotes around worker - Wrap worker in tokens in the example
This commit is contained in:
parent
538e7dfc98
commit
868954c0b4
1 changed files with 2 additions and 2 deletions
|
@ -22,6 +22,6 @@
|
|||
|
||||
`foreman run {{command}}`
|
||||
|
||||
- Start all processes except the one named worker:
|
||||
- Start all processes except the one named "worker":
|
||||
|
||||
`foreman start -m all=1,worker=0`
|
||||
`foreman start -m all=1,{{worker}}=0`
|
||||
|
|
Loading…
Add table
Reference in a new issue