From 2624423bdf8fbbcfe379a66a2b06a07ccf9e0e3f Mon Sep 17 00:00:00 2001 From: Simon Rozet Date: Wed, 23 Dec 2009 03:12:53 +0100 Subject: [PATCH] Doc for -h option --- README.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index a98df3b7..06155d04 100644 --- a/README.rdoc +++ b/README.rdoc @@ -573,12 +573,13 @@ being {included into the main namespace}[http://github.com/sinatra/sinatra/blob/ Sinatra applications can be run directly: - ruby myapp.rb [-h] [-x] [-e ENVIRONMENT] [-p PORT] [-s HANDLER] + ruby myapp.rb [-h] [-x] [-e ENVIRONMENT] [-p PORT] [-h HOST] [-s HANDLER] Options are: -h # help -p # set the port (default is 4567) + -h # set the host (default is 0.0.0.0) -e # set the environment (default is development) -s # specify rack server/handler (default is thin) -x # turn on the mutex lock (default is off)