rebuilding man page

This commit is contained in:
David Dollar
2010-06-23 19:04:26 -04:00
parent aeaf29e3aa
commit 83814d62f8
+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>