From cfe6a4990034b2a7e8e3de57842071121940e4b5 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 30 Jun 2010 21:32:44 -0400 Subject: [PATCH] update readme --- README.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index d71ba30..6de603c 100644 --- a/README.markdown +++ b/README.markdown @@ -43,13 +43,17 @@ The following options control how the application is run: Use this name rather than the application's root directory name as the name of the application when exporting. - * `-l`, `--log`: - Specify the directory to place process logs in. - * `-c`, `--concurrency`: Specify the number of each process type to run. The value passed in should be in the format `process=num,process=num` + * `-l`, `--log`: + Specify the directory to place process logs in. + + * `-p`, `--port`: + Specify which port to use as the base for this application. Should be + a multiple of 1000. + * `-u`, `--user`: Specify the user the application should be run as. Defaults to the app name @@ -58,7 +62,7 @@ The following options control how the application is run: These options control all modes of foreman's operation. - * `-p`, `--procfile` + * `-f`, `--procfile` Specify an alternate location for the application's Procfile. This file's containing directory will be assumed to be the root directory of the application.