tweak docs

This commit is contained in:
David Dollar
2011-09-16 18:46:10 -04:00
parent 823f307abc
commit 90d4dffb82
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ If a \fB\.foreman\fR file exists in the current directory, default options will
.
.nf
concurrency: alpha=0
concurrency: alpha=0,bravo=1
port: 15000
.
.fi

View File

@@ -132,7 +132,7 @@ If a `.foreman` file exists in the current directory, default options will
be read from it. This file should be in YAML format with the long option
name as keys. Example:
concurrency: alpha=0
concurrency: alpha=0,bravo=1
port: 15000
## EXAMPLES