Don't screw over people using --detach, <sigh>
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 842d82c..e80a5f7 100644 (file)
@@ -5,8 +5,6 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-has '+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