Fixed --layouts option

The --layouts option isn't correctly declared causing a parse error when user specify it on command line
This commit is contained in:
Davide Ficano 2013-08-26 17:19:32 +02:00
parent 0b4ba4f771
commit 79ac2d6b53
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ global_option '-s', '--source [DIR]', 'Source directory (defaults to ./)'
global_option '-d', '--destination [DIR]', 'Destination directory (defaults to ./_site)' global_option '-d', '--destination [DIR]', 'Destination directory (defaults to ./_site)'
global_option '--safe', 'Safe mode (defaults to false)' global_option '--safe', 'Safe mode (defaults to false)'
global_option '-p', '--plugins PLUGINS_DIR1[,PLUGINS_DIR2[,...]]', Array, 'Plugins directory (defaults to ./_plugins)' global_option '-p', '--plugins PLUGINS_DIR1[,PLUGINS_DIR2[,...]]', Array, 'Plugins directory (defaults to ./_plugins)'
global_option '--layouts', 'Layouts directory (defaults to ./_layouts)' global_option '--layouts DIR', String, 'Layouts directory (defaults to ./_layouts)'
# Option names don't always directly match the configuration value we'd like. # Option names don't always directly match the configuration value we'd like.
# This method will rename options to match what Jekyll configuration expects. # This method will rename options to match what Jekyll configuration expects.