Skip to content

Commit

Permalink
Merge remote branch 'darwin/site_url_from_cmdline'
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jun 22, 2010
2 parents de8bd48 + 23d26c5 commit 0ce13c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/jekyll
Expand Up @@ -78,6 +78,10 @@ opts = OptionParser.new do |opts|
end
end

opts.on("--url [URL]", "Set custom site.url") do |url|
options['url'] = url
end

opts.on("--version", "Display current version") do
puts "Jekyll " + Jekyll::VERSION
exit 0
Expand Down

0 comments on commit 0ce13c9

Please sign in to comment.