diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 19:46:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 19:46:54 +0200 |
commit | 10e549ef7479b1bd08ced124164b5edcd8c1a30b (patch) | |
tree | ec62f20197db4e29457ac2adbe9856c7634bb53d /bin | |
parent | 74a7960da8590e7a105a827642f620816903ad8d (diff) |
Release v0.020.02
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-ris | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -168,12 +168,12 @@ db-ris - Interface to the DeutscheBahn online departure monitor =head1 SYNOPSIS -B<db-ris> [B<-d> I<date>] [B<-m> I<motlist>] [B<-t> I<time>] [B<-v> I<via>] -I<station> +B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] +[B<-v> I<via>] I<station> =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION |