# HG changeset patch # User Matthias Förste # Date 1403863798 -7200 # Node ID 887fe77c925dea95d99af29ebc346229d075f0e5 # Parent 798995e20d0ba2a72e35e84ef4df1b84b71e5521# Parent 3f0838843487e2c9a7570bc54d76ea3366ddaa61 [merged] diff -r 798995e20d0b -r 887fe77c925d hlog.pl --- a/hlog.pl Fri Jun 27 12:05:12 2014 +0200 +++ b/hlog.pl Fri Jun 27 12:09:58 2014 +0200 @@ -91,7 +91,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,