Fix duplicate short options issue
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 7e090d4..842d82c 100644 (file)
@@ -5,6 +5,8 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
+has '+help' => (cmd_aliases => 'h');
+
 __PACKAGE__->meta->make_immutable;
 
 =head1 NAME
@@ -17,7 +19,7 @@ See L<Catalyst>.
 
 =head1 DESCRIPTION
 
-FIXME
+This is a script to run the Catalyst engine specialized for the CGI environment.
 
 =head1 AUTHORS