Unify options, get rid of -h which only worked on the CGI script anyway (-h is host...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 7e090d4..60392f5 100644 (file)
@@ -13,11 +13,14 @@ Catalyst::Script::CGI - The CGI Catalyst Script
 
 =head1 SYNOPSIS
 
-See L<Catalyst>.
+  myapp_cgi.pl [options]
+
+  Options:
+  -?     --help           display this help and exits
 
 =head1 DESCRIPTION
 
-FIXME
+This is a script to run the Catalyst engine specialized for the CGI environment.
 
 =head1 AUTHORS