Added Procfile process name format documentation

This commit is contained in:
Marcos Muino Garcia
2011-10-11 11:14:57 +02:00
parent 86e4251840
commit 9dac91a624
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
.
+1 -1
View File
@@ -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