Skip to content

Commit

Permalink
Fix doc -r => -R
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jul 19, 2008
1 parent c963402 commit b9ec901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/config.ru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run with: rackup -s thin
# then browse to http://localhost:9292
# Or with: thin start -r config.ru
# Or with: thin start -R config.ru
# then browse to http://localhost:3000
#
# Check Rack::Builder doc for more details on this file format:
Expand Down
2 changes: 1 addition & 1 deletion site/thin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def usage_page
run app
EOS

pre 'thin start -r fart.ru'
pre 'thin start -R fart.ru'
p { "See #{a 'Rack doc', :href => 'http://rack.rubyforge.org/doc/'} for more." }

hr
Expand Down

0 comments on commit b9ec901

Please sign in to comment.