From 60a231f16d6c9b8832a6e3798d6b8119d5a59e7a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 3 Jan 2014 21:14:55 -0800 Subject: [PATCH] Line -q up with the other flags. [ci skip] --- bin/jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jekyll b/bin/jekyll index d4576e78..04c05334 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -15,7 +15,7 @@ def add_build_options(c) c.option 'watch', '-w', '--watch', 'Watch for changes and rebuild' c.option 'lsi', '--lsi', 'Use LSI for improved related posts' c.option 'show_drafts', '-D', '--drafts', 'Render posts in the _drafts folder' - c.option 'quiet', '-q', '--quiet', 'Silence output.' + c.option 'quiet', '-q', '--quiet', 'Silence output.' c.option 'verbose', '-V', '--verbose', 'Print verbose output.' end