changed pf => pid
Devin Austin [Sat, 4 Jul 2009 00:51:35 +0000 (00:51 +0000)]
lib/Catalyst/Script/Server.pm

index 2795439..a830978 100644 (file)
@@ -50,7 +50,7 @@ has listen => (
 
 has pidfile => ( 
     traits => [qw(Getopt)],
-    cmd_aliases => 'pf',
+    cmd_aliases => 'pid',
     isa => 'Str',    
     is => 'ro', 
     required => 0