Skip to content

Commit

Permalink
Update history for --base-url option.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 18, 2010
1 parent 4a8fc1f commit 38ed81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.txt
Expand Up @@ -3,6 +3,7 @@
* Add wordpress.com importer (#207)
* Add --limit-posts cli option (#212)
* Add uri_escape filter (#234)
* Add --base-url cli option (#235)
* Bug Fixes
* Fixed filename basename generation (#208)

Expand Down
3 changes: 1 addition & 2 deletions bin/jekyll
Expand Up @@ -40,7 +40,7 @@ opts = OptionParser.new do |opts|
options['server_port'] = port unless port.nil?
end

opts.on("--baseurl [BASE_URL]", "Serve website from a given base URL (default '/'") do |baseurl|
opts.on("--base-url [BASE_URL]", "Serve website from a given base URL (default '/'") do |baseurl|
options['baseurl'] = baseurl
end

Expand Down Expand Up @@ -92,7 +92,6 @@ opts = OptionParser.new do |opts|
end
end


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

0 comments on commit 38ed81e

Please sign in to comment.