From 6478bb749f356c55f7ee8ec8b485aa3c98fe2488 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:05:09 -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 cff9a3d..5fadd49 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