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