chiark / gitweb /
fix message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Sep 2013 00:22:23 +0000 (01:22 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Sep 2013 00:22:23 +0000 (01:22 +0100)
evade-mail-admin

index dc5e37ef2db5385531c390287242c736c56cf7cc..10084009e6c2b21510d20597fc84f729836baa00 100755 (executable)
@@ -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;
 }