From 94029de6bd2b2ada38dfd6efc536a7a950b0a12f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 17 Sep 2009 17:52:27 -0700 Subject: launchers: deprecate ambiguous -P/--p* switches `unicorn` tries to mimic `rackup` on the command-line to ease adoption. `unicorn_rails` tries to be somewhat like `rackup` as well, but then also tries to be consistent with `script/server` resulting some amount of confusion with regard to the -P/(--path|--pid) switch. Outright removal of these switches will probably not happen any time soon because we have command-lines inherited across processes, but we can stop advertising them. Since our (Unicorn) config file format is fortunately consistent between Rails and !Rails, recommend the "pid" directive be used instead. User interfaces are really, really tough to get right... --- Documentation/unicorn.1.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Documentation') diff --git a/Documentation/unicorn.1.txt b/Documentation/unicorn.1.txt index a8fa3ac..f3b560a 100644 --- a/Documentation/unicorn.1.txt +++ b/Documentation/unicorn.1.txt @@ -93,11 +93,6 @@ with rackup(1) but strongly discouraged. This option only exists for compatibility with the rackup(1) command, use of "-l"/"\--listen" switch is recommended instead. --P, \--pid FILE -: Store the Process ID of the Unicorn master process. - This option only exists for compatibility with the rackup(1) command, - use of the "pid" directive in *CONFIG_FILE* is recommended. - -s, \--server *SERVER* : No-op, this exists only for compatibility with rackup(1). -- cgit v1.2.3-24-ge0c7