adding new -B flag for -background-

This commit is contained in:
ddavison 2013-08-23 01:19:41 -04:00
parent 8463e62d92
commit aedac6060b
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ command :serve do |c|
c.option '--limit_posts MAX_POSTS', Integer, 'Limits the number of posts to parse and publish'
c.option '-w', '--watch', 'Watch for changes and rebuild'
c.option '--lsi', 'Use LSI for improved related posts'
c.option '--detach', 'Run this server in the background'
c.option '-B', '--detach', 'Run this server in the background (detach)'
c.option '-D', '--drafts', 'Render posts in the _drafts folder'
c.option '-P', '--port [PORT]', 'Port to listen on'

View File

@ -227,7 +227,7 @@ before your site is served.
</td>
<td class="align-center">
<p><code class="option">detach: BOOL</code></p>
<p><code class="flag">--detach</code></p>
<p><code class="flag">-B, --detach</code></p>
</td>
</tr>
</tbody>