Skip to content

Commit

Permalink
Merge pull request #1877 from jekyll/maul-esel-consistent-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 26, 2013
2 parents a285345 + 0e444b7 commit 5f2e8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/jekyll
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5f2e8b8

Please sign in to comment.