Remove option from CLI

This commit is contained in:
Parker Moore 2013-12-06 00:21:47 -05:00
parent 6187861e91
commit be5966a2ec
1 changed files with 0 additions and 1 deletions

View File

@ -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|