X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FFastCGI.pm;h=31798035eda897c633344baa391b924e0a830636;hb=b1320d7d840eafaee3efab338ede2e05da9df739;hp=d76727d56aa145cfd70b09ef10ca603e13f49e01;hpb=49fe75ffc9bab4595f2644c192b120f1506b7035;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/FastCGI.pm b/lib/Catalyst/Script/FastCGI.pm index d76727d..3179803 100644 --- a/lib/Catalyst/Script/FastCGI.pm +++ b/lib/Catalyst/Script/FastCGI.pm @@ -7,6 +7,8 @@ use namespace::autoclean; with 'Catalyst::ScriptRole'; +has '+help' => (cmd_aliases => 'h'); + has listen => ( traits => [qw(Getopt)], cmd_aliases => 'l',