diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-02-01 19:05:41 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-02-01 19:05:41 +0100 |
commit | 62ccb478a30d3242288d78f505fb3cc54014b05c (patch) | |
tree | 27c35f82f3292d0a02fcc85b20dad126fae8772e | |
parent | 5e8ef6f859032234acd626277cc708a82309123f (diff) |
dbris-m(1): trip details at station now include carriage formation
-rwxr-xr-x | bin/dbris-m | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/dbris-m b/bin/dbris-m index fe4094f..5694942 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -558,9 +558,9 @@ dbris-m - Interface to bahn.de public transit services =head1 SYNOPSIS -B<dbris-m> [B<-d> I<DD.MM.YYYY>] [B<-t> I<HH:MM>] [B<-j>] I<station> +B<dbris-m> [B<-d> I<DD.MM.>] [B<-t> I<HH:MM>] [B<-j>] [I<opt>] I<station> -B<dbris-m> I<station> I<train tpye> I<train number> +B<dbris-m> [I<opt>] I<station> I<train type> I<train number> B<dbris-m> I<JourneyID> @@ -602,11 +602,11 @@ station ID. For each departure, B<dbris-m> shows =head2 Trip details (I<station> I<train type> I<train number>) -List intermediate stops of I<train type> I<train number> with arrival/departure -time, delay (if available), occupancy (if available), and stop name. Also -includes some generic trip information. Only works if the specified train -passes I<station> in the next few dozen minutes or B<-d> / B<-t> have been -set to appropriate values. +Show trip details and carriage formation of I<train type> I<train number> at +I<station>, if available. Includes everything that is available via +I<JourneyID> (see below). The train must pass I<station> within the next +60-or-so minutes; use B<-d> and/or B<-t> to adjust the requested timestamp if +needed. =head2 Trip details (I<JourneyID>) |