update docs

This commit is contained in:
David Dollar
2011-11-08 12:02:50 -05:00
parent bf832ffd9f
commit 2e1d1c7c15
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FOREMAN" "1" "September 2011" "Foreman 0.23.0" "Foreman Manual"
.TH "FOREMAN" "1" "November 2011" "Foreman 0.25.0" "Foreman Manual"
.
.SH "NAME"
\fBforeman\fR \- manage Procfile\-based applications
@@ -132,7 +132,7 @@ job: bundle exec rake jobs:work
.IP "" 0
.
.P
Process name may only contain letters, numbers and the underscore _ character. You can validate your Procfile format using the \fBcheck\fR command
A process name may contain letters, numbers amd the underscore character\. You can validate your Procfile format using the \fBcheck\fR command:
.
.IP "" 4
.
+2 -1
View File
@@ -113,7 +113,8 @@ to run it.
web: bundle exec thin start
job: bundle exec rake jobs:work
Process name may only contain letters, numbers and the underscore _ character.You can validate your Procfile format using the `check` command
A process name may contain letters, numbers amd the underscore character.
You can validate your Procfile format using the `check` command:
$ foreman check