1
0
Fork 0
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:
Agniva De Sarker 2017-10-15 18:50:59 +05:30
parent 538e7dfc98
commit 868954c0b4

View file

@ -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`