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