Fixed typo in myapp_fastcgi.pl helper
Andy Grundman [Tue, 1 Nov 2005 01:05:47 +0000 (01:05 +0000)]
Changes
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index b27a67c..8b24097 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
 Tis file documents the revision history for Perl extension Catalyst.
 
 5.50
-        - Added multi process external FCGI support
+        - Added multi process external FastCGI support
+          (see myapp_fastcgi.pl -help) (Sam Vilain)
         - Restarter process in HTTP engine now properly exits when the
           parent app is shut down.  
         - Improved performance of restarter loop while watching for
index ccdf5b7..0d246f2 100644 (file)
@@ -671,7 +671,7 @@ pod2usage(1) if $help;
 
 =head1 SYNOPSIS
 
-[% appprefix %]_server.pl [options]
+[% appprefix %]_fastcgi.pl [options]
  
  Options:
    -? -help      display this help and exits