From 8cf5896c3ec897e9a05d175660c2a2581c3aa70e Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Tue, 5 Feb 2013 16:29:38 -0800 Subject: [PATCH] Update man/foreman.1 fix man example typo: Procfile flag is `-f`, not `-p` --- man/foreman.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/foreman.1 b/man/foreman.1 index cdc155b..84240ed 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -234,7 +234,7 @@ Run one process type from the application defined in a specific Procfile: . .nf -$ foreman start alpha \-p ~/myapp/Procfile +$ foreman start alpha \-f ~/myapp/Procfile . .fi .