about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorfilipe <filipe@19e92222-5c0b-0410-8929-a290d50e31e9>2007-08-29 05:22:59 +0000
committerfilipe <filipe@19e92222-5c0b-0410-8929-a290d50e31e9>2007-08-29 05:22:59 +0000
commit27c1b42c29eeebf2cf4bf3fd05ce65005ff037f1 (patch)
treedfed21e32d852baa0c76e5bfaf16ab9c0d8eb28b /bin
parentf05fedc050fd965745b834813049b2974009e9fe (diff)
downloadunicorn-27c1b42c29eeebf2cf4bf3fd05ce65005ff037f1.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@578 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index d5ce953..bf8379b 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -23,7 +23,7 @@ module Mongrel
         ['-l', '--log FILE', "Where to write log messages", :@log_file, "log/mongrel.log"],
         ['-P', '--pid FILE', "Where to write the PID", :@pid_file, "log/mongrel.pid"],
         ['-n', '--num-procs INT', "Number of processors active before clients denied", :@num_procs, 1024],
-        ['-t', '--timeout TIME', "Timeout all requests after 100th seconds time", :@timeout, 0],
+        ['-t', '--timeout TIME', "Time to pause (in hundredths of a second) between accepting clients", :@timeout, 0],
         ['-m', '--mime PATH', "A YAML file that lists additional MIME types", :@mime_map, nil],
         ['-c', '--chdir PATH', "Change to dir before starting (will be expanded)", :@cwd, Dir.pwd],
         ['-r', '--root PATH', "Set the document root (default 'public')", :@docroot, "public"],