X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FFastCGI.pm;h=60b41338f1a3cf32708693ed6b7ff955cf0dfc09;hp=271d575cee8ee6c9c0d125a70234d7648c65c6fe;hb=7388bcae74af60fe1d75dd5f1aea0af3f0605b2a;hpb=4b66aa190dcbe36875bf25a610648ab3744ced4b diff --git a/lib/Catalyst/Script/FastCGI.pm b/lib/Catalyst/Script/FastCGI.pm index 271d575..60b4133 100644 --- a/lib/Catalyst/Script/FastCGI.pm +++ b/lib/Catalyst/Script/FastCGI.pm @@ -27,7 +27,7 @@ has daemon => ( traits => [qw(Getopt)], isa => Bool, is => 'ro', - cmd_aliases => 'd', + cmd_aliases => [qw/d detach/], # Eww, detach is here as we fucked it up.. Deliberately not documented documentation => 'Daemonize (go into the background)', );