about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2008-05-22 02:31:57 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2008-05-22 02:31:57 +0000
commitfa3f48f65222eb5591ef3dd9c05b6c958d564fa4 (patch)
treecd8a6ed6b74d0cb09eb7152039f77e1a0eebe128 /bin
parente01981e04f12638176b7699e8daf23c0a805bde2 (diff)
downloadunicorn-fa3f48f65222eb5591ef3dd9c05b6c958d564fa4.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/branches/stable_1-2@1013 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 ba601c5..42ecf31 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -30,7 +30,7 @@ module Mongrel
         ['-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 processors active before clients denied", :@num_procs, 1024],
+        ['-n', '--num-processors INT', "Number of processors active before clients denied", :@num_processors, 1024],
         ['-o', '--timeout TIME', "Time to wait (in seconds) before killing a stalled thread", :@timeout, 60],
         ['-t', '--throttle TIME', "Time to pause (in hundredths of a second) between accepting clients", :@throttle, 0],
         ['-m', '--mime PATH', "A YAML file that lists additional MIME types", :@mime_map, nil],