diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 15:50:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 15:50:02 +0100 |
commit | f77816445f811813bbb9b2c4302a18539e234998 (patch) | |
tree | 80db02476d2a7b44ccfe8dd6b1a176980a29482a | |
parent | 2470bdc6bc639577b5c8c2c07531fabac096b6be (diff) |
aseag-m: the route contains departures, not arrival times
-rwxr-xr-x | bin/aseag-m | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 9885c44..57576a1 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -196,17 +196,16 @@ B<aseag-m> lists upcoming bus departures at the ASEAG stop I<name>. =item B<-a>, B<--route-after> For each departure, include the route leading to I<name>. Both stop names and -arrival times are shown. +departure times are shown. =item B<-b>, B<--route-before> For each departure, include the route after I<name>. Both stop names and -arrival times are shown. +departure times are shown. =item B<-f>, B<--full-route> -For each departure, include the entire route. Both stop names and arrival -times are shown. +For each departure, include the entire route (stop names and departure times). =item B<-l>, B<--line> I<lines> |