diff --git a/index.html b/index.html index c967488..a925d20 100644 --- a/index.html +++ b/index.html @@ -118,6 +118,8 @@ should be in the format process=num,process=num

-f, --procfile

Specify an alternate Procfile to load, implies -d at the Procfile root.

-p, --port

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

+
-t, --tmux

Runs the processes in a tmux session. Creates one window for each process +and an extra window containing the output of each window (requires gawk).

@@ -255,8 +257,8 @@ port: 15000
    -
  1. Foreman 0.46.0
  2. -
  3. April 2012
  4. +
  5. Foreman 0.49.0
  6. +
  7. June 2012
  8. foreman(1)