hlog.pl
branchfoerste
changeset 58 3f0838843487
parent 48 2d6cb4466fb6
child 59 887fe77c925d
--- a/hlog.pl	Wed Dec 30 23:48:02 2009 +0100
+++ b/hlog.pl	Fri Jun 27 12:08:59 2014 +0200
@@ -88,7 +88,7 @@
 MAIN: {
 
     GetOptions(
-        "addr=s" => \$opt_addr,
+        "address=s" => \$opt_addr,
         "auth:s" => sub { $opt_auth = $_[1] eq '' ? $ME : $_[1] },
         "noauth"  => sub { undef $opt_auth },
         "port=i"  => \$opt_port,