From 6306b14db30b6d4f362ba76f3d1fcb3daac462f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Sep 2009 15:12:27 +0100 Subject: [PATCH] Reject non-option args to u-d-mi --- yarrg/update-master-info | 1 + 1 file changed, 1 insertion(+) diff --git a/yarrg/update-master-info b/yarrg/update-master-info index 1dd432f..00aee34 100755 --- a/yarrg/update-master-info +++ b/yarrg/update-master-info @@ -75,6 +75,7 @@ while (@ARGV && $ARGV[0] =~ m/^-/) { else { die "$_ ?"; } } } +die if @ARGV; die if @specoceans && $alloceans; -- 2.30.2