From aeaf29e3aa2eff4381eb81df8b54b4bafadd36b6 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:03:46 -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 5fadd49..9b43ca7 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`