Doctor: correctly set key name so --config works

Fixes #4598
This commit is contained in:
Parker Moore 2016-02-29 16:17:49 -08:00
parent 39a4dc6fb7
commit 14e9ec2bbb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Jekyll
c.description 'Search site and print specific deprecation warnings'
c.alias(:hyde)
c.option '--config CONFIG_FILE[,CONFIG_FILE2,...]', Array, 'Custom configuration file'
c.option 'config', '--config CONFIG_FILE[,CONFIG_FILE2,...]', Array, 'Custom configuration file'
c.action do |_, options|
Jekyll::Commands::Doctor.process(options)