From aedac6060b3b243b3cd6b42d9e6f919c23e6d701 Mon Sep 17 00:00:00 2001 From: ddavison Date: Fri, 23 Aug 2013 01:19:41 -0400 Subject: [PATCH] adding new -B flag for -background- --- bin/jekyll | 2 +- site/docs/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/jekyll b/bin/jekyll index 68d16bd4..70a66a00 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -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' diff --git a/site/docs/configuration.md b/site/docs/configuration.md index 1e734f60..05f2e1f4 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -227,7 +227,7 @@ before your site is served.

detach: BOOL

-

--detach

+

-B, --detach