Skip to content

Commit

Permalink
Fix cli tool example links
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Sutic committed Jun 5, 2015
1 parent 34b2a24 commit 47fbb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/nokogiri
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ opts = OptionParser.new do |opts|
opts.define_head "Usage: nokogiri <uri|path> [options]"
opts.separator ""
opts.separator "Examples:"
opts.separator " nokogiri http://www.ruby-lang.org/"
opts.separator " nokogiri https://www.ruby-lang.org/"
opts.separator " nokogiri ./public/index.html"
opts.separator " curl -s http://nokogiri.org | nokogiri -e'p $_.css(\"h1\").length'"
opts.separator " curl -s http://www.nokogiri.org | nokogiri -e'p $_.css(\"h1\").length'"
opts.separator ""
opts.separator "Options:"

Expand Down

0 comments on commit 47fbb91

Please sign in to comment.