From be20a03bb9ccebe2f74fa5ec4fd3bafebd19dcc7 Mon Sep 17 00:00:00 2001 From: Tom Bell Date: Wed, 19 Dec 2012 14:09:02 +0000 Subject: [PATCH] Update to make the help command default --- bin/jekyll2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/jekyll2 b/bin/jekyll2 index f46f2dc7..c8dfde16 100755 --- a/bin/jekyll2 +++ b/bin/jekyll2 @@ -10,6 +10,8 @@ program :name, 'jekyll' program :version, Jekyll::VERSION program :description, 'Jekyll is a blog-aware, static site generator in Ruby' +default_command :help + # Global options available to every command global_option '-s', '--source [DIR]', 'Source directory (defaults to ./)' global_option '-d', '--destination [DIR]', 'Destination directory (defaults to ./_site)'