Fix up docs
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 2fd965c..e80a5f7 100644 (file)
@@ -5,8 +5,6 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-__PACKAGE__->meta->get_attribute('help')->cmd_aliases('h');
-
 __PACKAGE__->meta->make_immutable;
 
 =head1 NAME
@@ -15,7 +13,10 @@ Catalyst::Script::CGI - The CGI Catalyst Script
 
 =head1 SYNOPSIS
 
-See L<Catalyst>.
+  myapp_cgi.pl [options]
+
+  Options:
+  -h     --help           display this help and exits
 
 =head1 DESCRIPTION