diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-27 22:53:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-27 22:53:41 +0100 |
commit | d3a2d47298ce05b364d6b2f8242082ed8e4efb37 (patch) | |
tree | 02bd43d65e144b0c69377aad12122037fb736c86 | |
parent | 48a14373db07a1b1556b2a8d176eb851cd2bd44a (diff) |
aseag-m(1): caveats regarding incomplete data
-rwxr-xr-x | bin/aseag-m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 147fc7e..0051403 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -253,6 +253,8 @@ version 0.05 =head1 DESCRIPTION B<aseag-m> lists upcoming bus departures at the ASEAG stop I<name>. +It only shows realtime data and has no knowledge of schedules or delays. +Departures without such data may not appear at all. =head1 OPTIONS @@ -300,6 +302,11 @@ Show relative times. Applies to departure and route output. =back +Note that the routes may be incomplete, since the backend only provides a +limited amount of departures and the routes are calculated from this set. +intermediate stops are always included, but both route_after and route_before +may be cut off after / before any stop. The same applies to route_full. + =item B<-p>, B<--with-past> Include past departures. Applies both to the departure output and to the |