From 709cf41d2c023328e3bbd63e2bdc4d4401c6d305 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Sep 2013 01:22:23 +0100 Subject: [PATCH] fix message --- evade-mail-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2