From 849e589bf373d777cb27b03527b19cd7a3cf6e34 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 11 May 2010 16:33:18 +0200 Subject: Add short option for --version --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index a1a0f1f..f15da8a 100755 --- a/bin/efa +++ b/bin/efa @@ -220,7 +220,7 @@ GetOptions( 't|time=s' => \$time, 'to=s{2}' => \@to, 'to-type=s' => \$to_type, - 'version' => sub {print "efa version $version\n"; exit 0}, + 'v|version' => sub {print "efa version $version\n"; exit 0}, 'via=s{2}' => \@via, 'via-type=s' => \$via_type, 'w|walk-speed=s' => \$walk_speed, -- cgit v1.2.3