diff --git a/lib/jekyll/command.rb b/lib/jekyll/command.rb index 45eb1d9c..421df8f0 100644 --- a/lib/jekyll/command.rb +++ b/lib/jekyll/command.rb @@ -49,8 +49,8 @@ module Jekyll # Returns nothing def add_build_options(c) c.option 'config', '--config CONFIG_FILE[,CONFIG_FILE2,...]', Array, 'Custom configuration file' - c.option 'destination', '--destination ', 'The current folder will be generated into ' - c.option 'source', '--source --destination ', 'The folder will be generated into ' + c.option 'destination', '-d', '--destination ', 'The current folder will be generated into ' + c.option 'source', '-s', '--source --destination ', 'The folder will be generated into ' c.option 'future', '--future', 'Publishes posts with a future date' c.option 'limit_posts', '--limit_posts MAX_POSTS', Integer, 'Limits the number of posts to parse and publish' c.option 'watch', '-w', '--[no-]watch', 'Watch for changes and rebuild'