From ce0b8d2834d7dc470713dc10f4894064ef1f805f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 24 Oct 2013 10:30:19 -0400 Subject: [PATCH] Change short version of '--verbose' to '-V' https://github.com/mojombo/jekyll/pull/1518 https://github.com/mojombo/jekyll/issues/1659 --- bin/jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jekyll b/bin/jekyll index d1aee02a..55af1b6a 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -40,7 +40,7 @@ def add_build_options(c) c.option '-w', '--watch', 'Watch for changes and rebuild' c.option '--lsi', 'Use LSI for improved related posts' c.option '-D', '--drafts', 'Render posts in the _drafts folder' - c.option '-v', '--verbose', 'Print verbose output.' + c.option '-V', '--verbose', 'Print verbose output.' end command :default do |c|