From 9dac91a624777db44a9b5c453229e07295e44ab1 Mon Sep 17 00:00:00 2001 From: Marcos Muino Garcia Date: Tue, 11 Oct 2011 11:14:57 +0200 Subject: [PATCH] Added Procfile process name format documentation --- man/foreman.1 | 2 +- man/foreman.1.ronn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/foreman.1 b/man/foreman.1 index af76a0d..19f4c1d 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -132,7 +132,7 @@ job: bundle exec rake jobs:work .IP "" 0 . .P -You can validate your Procfile format using the \fBcheck\fR command +Process name may only contain letters, numbers and the underscore _ character. You can validate your Procfile format using the \fBcheck\fR command . .IP "" 4 . diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index c1767c4..19bdb1b 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -113,7 +113,7 @@ to run it. web: bundle exec thin start job: bundle exec rake jobs:work -You can validate your Procfile format using the `check` command +Process name may only contain letters, numbers and the underscore _ character.You can validate your Procfile format using the `check` command $ foreman check