Remove -P/--pid switch from CLI
commit4414d9bf34f162a604d2aacc765ab1ca2fc90404
authorEric Wong <normalperson@yhbt.net>
Sat, 28 Feb 2009 01:04:13 +0000 (27 17:04 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 3 Mar 2009 19:13:06 +0000 (3 11:13 -0800)
tree63e133f283803747282e8270c8fc375032164c2f
parent5a04b0054c4f0c3a5962ba31688e45e8763f1cf5
Remove -P/--pid switch from CLI

It's confusing with the lowercase "-p" option which is more
common for developers to use.  PID files are only needed for
production deployments, and those should be using config files
anyways.
bin/unicorn
test/exec/test_exec.rb