Remove option from CLI
This commit is contained in:
parent
6187861e91
commit
be5966a2ec
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue