diff --git a/bin/jekyll b/bin/jekyll index 0034f75e..3c9636b5 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -21,6 +21,7 @@ command :build do |c| c.syntax = 'jekyll build [options]' c.description = 'Build your site with the option of auto-renegeration' + c.option '--future', 'Publishes posts with a future date' c.option '-w', '--watch', 'Watch for changes and rebuild' c.option '--lsi', 'Use LSI for improved related posts' @@ -35,6 +36,7 @@ command :serve do |c| c.syntax = 'jekyll serve [options]' c.description = 'Serve your site locally with the option of auto-regeneration' + c.option '--future', 'Publishes posts with a future date' c.option '-w', '--watch', 'Watch for changes and rebuild' c.option '--lsi', 'Use LSI for improved related posts'