summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-11 19:47:29 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-11 19:47:29 +0100
commitcf395bd1fe79ea41bfce8e2064f3bb3f6294085e (patch)
treea79567a1df2b906569c398f250da46fbb2045de9
parent3986f5f6369755f0c53ad64305d72eec27a10d45 (diff)
add after/before/past options to aseag-m
-rwxr-xr-xbin/aseag-m17
1 files changed, 15 insertions, 2 deletions
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<aseag-m> I<name>
=head1 VERSION
-version 1.04
+version 0.00
=head1 DESCRIPTION
@@ -147,15 +147,28 @@ B<aseag-m> lists upcoming bus departures at the ASEAG stop I<name>.
=over
+=item B<-a>, B<--route-after>
+
+For each departure, show all of the line's stops after I<name> as well.
+
+=item B<-b>, B<--route-before>
+
+For each departure, show all of the line's stops before I<name> 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<lines>
Only show departures of I<lines> (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.