Merge
[catagits/Catalyst-Devel.git] / share / script / myapp_fastcgi.pl.tt
index c389358..e840f7f 100644 (file)
@@ -1,7 +1,7 @@
 [% startperl %]
 
 use Catalyst::ScriptRunner;
-Catalyst::ScriptRunner->run('[% name %]','FastCGI');
+Catalyst::ScriptRunner->run('[% name %]', 'FastCGI');
 
 1;
 
@@ -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