From ac7e0743ac1ec6a8331c403319ab67a6b1203e19 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 16 Jan 2012 09:39:54 -0500 Subject: [PATCH] update docs for -d --- man/foreman.1.ronn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 7580743..9fad429 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -66,6 +66,10 @@ The following options control how the application is run: 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`.