Don't default to localhost for --host
Dave Rolsky [Tue, 8 Dec 2009 05:38:40 +0000 (05:38 +0000)]
Tweak docs for --host to say it accepts a name or IP

lib/Catalyst/Script/Server.pm

index 2262daf..80670d9 100644 (file)
@@ -27,8 +27,7 @@ has host => (
     cmd_aliases   => 'h',
     isa           => Str,
     is            => 'ro',
-    default       => 'localhost',
-    documentation => 'Specify an IP on this host for the server to bind to',
+    documentation => 'Specify a hostname or IP on this host for the server to bind to',
 );
 
 has fork => (