From 35a5f972fe256ace2251779e391c9be3a377e494 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:05:00 -0400 Subject: [PATCH] more docs tweaks --- man/foreman.1.ronn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 0878b6f..49a5508 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -15,7 +15,7 @@ format. ## RUNNING -`foreman start` is used to run your application directly from the command line. +`foreman start` is used to run your application directly from the command line. If no additional parameters are passed, foreman will run one instance of each type of process defined in your Procfile. @@ -42,7 +42,7 @@ The following options control how the application is run: * `-a`, `--app`: Use this name rather than the application's root directory name as the name of the application when exporting. - + * `-c`, `--concurrency`: Specify the number of each process type to run. The value passed in should be in the format `process=num,process=num`. @@ -60,15 +60,15 @@ These options control all modes of foreman's operation. 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 ## COPYRIGHT