diff --git a/index.html b/index.html index ebc4bba..dc850e6 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ DEFAULT OPTIONS EXAMPLES COPYRIGHT - +
  1. foreman(1)
  2. @@ -146,6 +146,8 @@ app name

    These options control all modes of foreman's operation.

    +
    -d, --directory

    Specify an alternate application root. This defaults to the directory +containing the Procfile.

    -e, --env

    Specify an alternate environment file. You can specify more than one file by using: --env file1,file2.

    -f, --procfile

    Specify an alternate location for the application's Procfile. This file's @@ -161,6 +163,7 @@ application.

    @@ -195,7 +198,8 @@ to run it.

    job: bundle exec rake jobs:work -

    You can validate your Procfile format using the check command

    +

    A process name may contain letters, numbers amd the underscore character. +You can validate your Procfile format using the check command:

    $ foreman check
     
    @@ -243,8 +247,8 @@ port: 15000
      -
    1. Foreman 0.23.0
    2. -
    3. September 2011
    4. +
    5. Foreman 0.37.0
    6. +
    7. January 2012
    8. foreman(1)