diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-11 16:33:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-11 16:33:18 +0200 |
commit | 849e589bf373d777cb27b03527b19cd7a3cf6e34 (patch) | |
tree | 298a3b333b13ececb4b46d5a556cfc94bbf4cbac /bin/efa | |
parent | 1c1cd84f9ab59809ad3e8e8ed12c8832ff6a33fa (diff) |
Add short option for --version
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |