From 83814d62f8e1b83bc5107dada01b8de2dcb1da4a Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:04:26 -0400 Subject: [PATCH] rebuilding man page --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9b43ca7..cff9a3d 100644 --- a/index.html +++ b/index.html @@ -144,17 +144,17 @@ application.

Start one instance of each process type, interleave the output on stdout:

-
$ `foreman start`
+
`$ foreman start`
 

Export the application in upstart format:

-
$ `foreman export upstart /etc/init`
+
`$ foreman export upstart /etc/init`
 

Run one process type from the application defined in a specific Procfile:

-
$ `foreman start alpha -p ~/app/Procfile`
+
`$ foreman start alpha -p ~/app/Procfile`