From 804ad75a067f5d7f1b327da94a31d42f43b78226 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 13 May 2010 15:09:22 +0200 Subject: Die upon invalid options --- bin/efa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index f9fc71e..a8ee155 100755 --- a/bin/efa +++ b/bin/efa @@ -227,7 +227,8 @@ GetOptions( 'via=s{2}' => \@via, 'via-type=s' => \$via_type, 'w|walk-speed=s' => \$walk_speed, -); + +) or die("Please see $0 --help\n"); @exclude = split(/,/, join(',', @exclude)); -- cgit v1.2.3