summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
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,