Merge pull request #82 from trileuco/master

Documentation of new process name restrictions
This commit is contained in:
David Dollar
2011-11-08 09:01:56 -08:00
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