Document --proc_title in generated fcgi script
Tomas Doran [Tue, 11 Jan 2011 23:51:06 +0000 (23:51 +0000)]
Changes
share/script/myapp_fastcgi.pl.tt

diff --git a/Changes b/Changes
index 711d074..612da45 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - Add documentation for the --proc_title option to the generated
+          fastcgi scripts
         - Don't bother with the BEGIN { use_ok dance for created tests
           - the test will fail to compile (and ergo fail) using just use,
           and that's less typing (and less copy-pasting)
index d45d218..e840f7f 100644 (file)
@@ -30,6 +30,7 @@ Catalyst::ScriptRunner->run('[% name %]', 'FastCGI');
                  or empty string to disable
    -e --keeperr  send error messages to STDOUT, not
                  to the webserver
+   --proc_title  Set the process title (is possible)
 
 =head1 DESCRIPTION