summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index b96d7d4..c532f13 100755
--- a/bin/efa
+++ b/bin/efa
@@ -13,7 +13,7 @@ use WWW::Mechanize;
my $firsturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr';
my $posturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
-my $version = '1.3+git';
+my $VERSION = '1.3+git';
my $content;
my $connections;
my %post;
@@ -294,7 +294,7 @@ GetOptions(
't|time=s' => \&opt_time,
'timeout=i' => \&opt_timeout,
'to=s{2}' => \@to,
- 'v|version' => sub {print "efa version $version\n"; exit 0},
+ 'v|version' => sub {print "efa version $VERSION\n"; exit 0},
'via=s{2}' => \@via,
'w|walk-speed=s' => \&opt_walk_speed,