From cf395bd1fe79ea41bfce8e2064f3bb3f6294085e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 11 Dec 2013 19:47:29 +0100 Subject: add after/before/past options to aseag-m --- bin/aseag-m | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'bin/aseag-m') diff --git a/bin/aseag-m b/bin/aseag-m index af3bd94..62195d5 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -137,7 +137,7 @@ B I =head1 VERSION -version 1.04 +version 0.00 =head1 DESCRIPTION @@ -147,15 +147,28 @@ B lists upcoming bus departures at the ASEAG stop I. =over +=item B<-a>, B<--route-after> + +For each departure, show all of the line's stops after I as well. + +=item B<-b>, B<--route-before> + +For each departure, show all of the line's stops before I as well. + =item B<-f>, B<--full-route> -Display complete routes (including arrival times) of all buses. +For each departure, show all other stops serviced by the respective line. =item B<-l>, B<--line> I Only show departures of I (comma-separatad list, option may be repeated) +=item B<-p>, B<--with-past> + +Also show departures in the past. Also appleas to the route information of +B<-a> / B<-b> / B<-f>. + =item B<-V>, B<--version> Show version information. -- cgit v1.2.3