public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Fix doc -r => -R
macournoyer (author)
Sat Jul 19 08:51:28 -0700 2008
commit  b9ec90108045101501a436cb124599d4a70fcbdb
tree    85c7bbe174877db882bec35f0daaa0d5fa3a4419
parent  c9634028e70a830c15e755724197825651ec26a4
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 # Run with: rackup -s thin
0
 # then browse to http://localhost:9292
0
-# Or with: thin start -r config.ru
0
+# Or with: thin start -R config.ru
0
 # then browse to http://localhost:3000
0
 #
0
 # Check Rack::Builder doc for more details on this file format:
...
136
137
138
139
 
140
141
142
...
136
137
138
 
139
140
141
142
0
@@ -136,7 +136,7 @@ class Thin < Atchoum::Website
0
       run app
0
     EOS
0
     
0
- pre 'thin start -r fart.ru'
0
+ pre 'thin start -R fart.ru'
0
     p { "See #{a 'Rack doc', :href => 'http://rack.rubyforge.org/doc/'} for more." }
0
     
0
     hr

Comments

    No one has commented yet.