rebuilding man page

This commit is contained in:
David Dollar
2010-06-23 19:03:46 -04:00
parent 40949e352f
commit aeaf29e3aa
+3 -3
View File
@@ -144,17 +144,17 @@ application.</li>
<p>Start one instance of each process type, interleave the output on stdout:</p>
<pre><code>$ foreman start
<pre><code>$ `foreman start`
</code></pre>
<p>Export the application in upstart format:</p>
<pre><code>$ foreman export upstart /etc/init
<pre><code>$ `foreman export upstart /etc/init`
</code></pre>
<p>Run one process type from the application defined in a specific Procfile:</p>
<pre><code>$ foreman start alpha -p ~/app/Procfile
<pre><code>$ `foreman start alpha -p ~/app/Procfile`
</code></pre>
<h2 id="COPYRIGHT">COPYRIGHT</h2>