about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-21 10:42:42 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-22 01:54:21 -0700
commit0d726281fe276ea36007ae9715d9085cede8d04c (patch)
tree9d2434ba0f208bc5bfe1eb6c2be4649d5d557784
parent87a27a9c0d59df291b1ce4dbce2c6eb4dbf26709 (diff)
downloadunicorn-0d726281fe276ea36007ae9715d9085cede8d04c.tar.gz
Copy and pasting from the RDoc web page and passing
"\342\200\224config-file" to the command-line does not work.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c12dbf2..5a4c89c 100644
--- a/README
+++ b/README
@@ -103,7 +103,7 @@ In RAILS_ROOT, run:
   unicorn_rails
 
 Unicorn will bind to all interfaces TCP port 8080 by default.
-You may use the '-l/--listen' switch to bind to a different
+You may use the +-l/--listen+ switch to bind to a different
 address:port or a UNIX socket.
 
 === Configuration File(s)
@@ -111,7 +111,7 @@ address:port or a UNIX socket.
 Unicorn will look for the config.ru file used by rackup in APP_ROOT.
 
 For deployments, it can use a config file for Unicorn-specific options
-specified by the --config-file/-c command-line switch.  See
+specified by the +--config-file/-c+ command-line switch.  See
 Unicorn::Configurator for the syntax of the Unicorn-specific options.
 The default settings are designed for maximum out-of-the-box
 compatibility with existing applications.