From 0e444b78431be7467128675fbeff4d953a266bb9 Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Thu, 12 Sep 2013 23:16:06 +0200 Subject: [PATCH] make options consistent across commands --- bin/jekyll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/jekyll b/bin/jekyll index b8bfe35e..3875fa19 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -101,8 +101,8 @@ Mercenary.program(:jekyll) do |p| c.syntax 'jekyll docs' c.description "Launch local server with docs for Jekyll v#{Jekyll::VERSION}" - c.option 'port', '-p', '--port [PORT]', 'Port to listen on' - c.option 'host', '-u', '--host [HOST]', 'Host to bind to' + c.option 'port', '-P', '--port [PORT]', 'Port to listen on' + c.option 'host', '-H', '--host [HOST]', 'Host to bind to' c.action do |args, options| options = normalize_options(options)