diff --git a/index.html b/index.html index 8b9f53e..da136f8 100644 --- a/index.html +++ b/index.html @@ -109,8 +109,10 @@ application type.

The following options control how the application is run:

-
-s, --screen
Run the application as a series of screen windows rather than interleaved -in stdout.
+
-c, --concurrency

Specify the number of each process type to run. The value passed in +should be in the format process=num,process=num

+
-p, --port

Specify which port to use as the base for this application. Should be +a multiple of 1000.

@@ -184,8 +186,8 @@ will be structured to make the following commands valid:

A Procfile should contain both a name for the process and the command used to run it.

-
web  bundle exec thin start
-job  bundle exec rake jobs:work
+
web:  bundle exec thin start
+job:  bundle exec rake jobs:work
 

EXAMPLES

@@ -202,7 +204,7 @@ job bundle exec rake jobs:work

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

-
$ foreman start alpha -p ~/app/Procfile
+
$ foreman start alpha -p ~/myapp/Procfile
 
@@ -211,8 +213,8 @@ job bundle exec rake jobs:work
    -
  1. Foreman 0.5.1
  2. -
  3. June 2010
  4. +
  5. Foreman 0.10.0
  6. +
  7. December 2010
  8. foreman(1)