From 4c84bd3a9e64eb773fa623bbce18f8a849b3f83e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 19 Jul 2021 20:44:55 +0200 Subject: update db-iris(1) --- bin/db-iris | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) (limited to 'bin/db-iris') diff --git a/bin/db-iris b/bin/db-iris index 4bcbbfb..ad7ab9b 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -581,17 +581,31 @@ version 1.57 db-iris is an interface to the DeutscheBahn departure monitor available at L. -It requests all departures at I and lists them on stdout, similar to -the big departure screens installed at most main stations. I can be -a DS100 station code (such as "EE"), a normal station name -(such as "Essen Hbf" or "Dortmund UniversitEt"), or an IBNR / european station -number (such as 8000098). If no exact match is found, B will try to -find station names similar to I. - -An exclamation mark (C<< ! >>) next to a destination indicates that at least -one stop on the train's route has been canceled. Use B<-oc> to see the canceled -stops. An exclamation mark next to a platform indicates that it is not the -scheduled one. +It requests all trains departing from (or arriving at) I in the next +two hours and lists them on stdout. I can be a DS100 station code +(such as "EE"), a normal station name (such as "Essen Hbf" or "Dortmund +UniversitEt"), or an IBNR / european station number (such as 8000098). If +no exact match is found, B will try to find station names similar to +I. + +By default, db-iris shows the following data for each train: + +=over + +=item * scheduled departure time (see also B<-ot>, B<-r>). + +=item * delay in minutes, cancellation, or a question mark (C<< ? >>) +indicating that no real-time data is available. + +=item * train line or number. + +=item * destination (see also B<-or>). An exclamation mark (C<< ! >>) +indicates that at least one stop has been cancelled (see B<-oc>). + +=item * platform. An exclamation mark (C<< ! >>) indicates that it is not +the scheduled one. + +=back =head1 OPTIONS @@ -630,7 +644,7 @@ in backwards-incompatible ways anytime. =item B<-l>, B<--lookahead> I Do not return results which are more than I minutes in the future. -Defaults to 240 (4 hours). +Defaults to 120 (2 hours). Note that this is only an upper limit, not a guarantee to get every train with a departure in less than I minutes. This guarantee holds only for -- cgit v1.2.3