about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-11 19:10:34 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-11 19:10:34 +0000
commitaf7cebc8eb6c12b91bb047c89b321053a1f3685f (patch)
treeb70fb081c9c96cc0001dfe5ad9d4d8dd4018f3b2 /bin
parenta46d3cfedbe14c672f52645167319bdfe959fb7b (diff)
downloadunicorn-af7cebc8eb6c12b91bb047c89b321053a1f3685f.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@165 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 6f2635b..82b0a45 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -17,8 +17,8 @@ class Start < GemPlugin::Plugin "/commands"
       ['-a', '--address ADDR', "Address to bind to", :@address, "0.0.0.0"],
       ['-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 processor threads to use", :@num_procs, 1024],
-      ['-t', '--timeout SECONDS', "Timeout all requests after SECONDS time", :@timeout, 0],
+      ['-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],
       ['-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"],