From: Ian Jackson Date: Thu, 5 Sep 2013 00:22:23 +0000 (+0100) Subject: fix message X-Git-Tag: test~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=d.git;a=commitdiff_plain;h=709cf41d2c023328e3bbd63e2bdc4d4401c6d305 fix message --- diff --git a/evade-mail-admin b/evade-mail-admin index dc5e37e..1008400 100755 --- a/evade-mail-admin +++ b/evade-mail-admin @@ -85,7 +85,7 @@ our $maxdomainlen = 40; sub nextarg () { die "too few arguments\n" unless @ARGV; my $v = shift @ARGV; - die "option too late on command line\n" if $v =~ m/^-/; + die "option in wrong place on command line\n" if $v =~ m/^-/; return $v; }