From: Ian Jackson Date: Tue, 1 Sep 2009 14:12:27 +0000 (+0100) Subject: Reject non-option args to u-d-mi X-Git-Tag: 3.4~49 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=6306b14db30b6d4f362ba76f3d1fcb3daac462f6 Reject non-option args to u-d-mi --- 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;