diff --git a/bin/jekyll b/bin/jekyll index 03c37b8b..50d10e3a 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -41,7 +41,6 @@ def add_build_options(c) c.option '--lsi', 'Use LSI for improved related posts' c.option '-D', '--drafts', 'Render posts in the _drafts folder' c.option '-V', '--verbose', 'Print verbose output.' - c.option '-W', '--whitelist', 'Gem plugin whitelist' end command :default do |c|