From be5966a2ec63a3bc7ae1bd4f4dba3cc8120be4b1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 6 Dec 2013 00:21:47 -0500 Subject: [PATCH] Remove option from CLI --- bin/jekyll | 1 - 1 file changed, 1 deletion(-) 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|