Changeset 1005
- Timestamp:
- 04/16/08 23:32:11 (5 months ago)
- Files:
-
- branches/stable_1-2/bin/mongrel_rails (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable_1-2/bin/mongrel_rails
r1004 r1005 216 216 ['-f', '--force', "Force the shutdown (kill -9).", :@force, false], 217 217 ['-w', '--wait SECONDS', "Wait SECONDS before forcing shutdown", :@wait, "0"], 218 ['-P', '--pid FILE', "Where the PID file is located .", :@pid_file, "log/mongrel.pid"]218 ['-P', '--pid FILE', "Where the PID file is located (cannot be changed via soft restart).", :@pid_file, "log/mongrel.pid"] 219 219 ] 220 220 end
