Whitespace issue in bin/jekyll

This commit is contained in:
Parker Moore 2013-03-17 15:46:46 +01:00
parent aa7a234c18
commit 9726bd625d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ global_option '-d', '--destination [DIR]', 'Destination directory (defaults to .
global_option '--safe', 'Safe mode (defaults to false)' global_option '--safe', 'Safe mode (defaults to false)'
global_option '--plugins', 'Plugins directory (defaults to ./_plugins)' global_option '--plugins', 'Plugins directory (defaults to ./_plugins)'
global_option '--layouts', 'Layouts directory (defaults to ./_layouts)' global_option '--layouts', '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.
# #