summaryrefslogtreecommitdiff
path: root/bin/db-iris
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-02-12 19:23:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-02-12 19:23:19 +0100
commit292386cfe1b25fd4620be55f51ea86bd4ad7538a (patch)
tree90e8728bcf8e61deda2c67ace3064bc4c7daec9c /bin/db-iris
parentb95c42c1ceef78709babec1925b2ea893f6c677e (diff)
db-iris: indicate changed platforms with an exclamation mark
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-xbin/db-iris8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris
index a824fdd..58968c2 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -293,6 +293,9 @@ for my $d ( $status->results() ) {
}
my $platformstr = $d->platform // q{};
+ if ( ( $d->platform // q{} ) ne ( $d->sched_platform // q{} ) ) {
+ $platformstr .= ' !';
+ }
my $timestr;
if ($track_via) {
$timestr = get_departure( $d, '%H:%M' ) || get_arrival( $d, '%H:%M' );
@@ -363,6 +366,9 @@ either a DS100 station code (such as "EE") or a normal station name
B<db-iris> will try to find station names containing I<station> as a
substring.
+An exclamation mark (C<< ! >>) next to a platform indicates that it is not the
+scheduled one.
+
=head1 OPTIONS
=over
@@ -444,7 +450,7 @@ Show both scheduled and expected arrival and departure times.
=item B<-p>, B<--platforms> I<platforms>
Only show arrivals/departures at I<platforms> (comma-separated list, option may
-be repeated).
+be repeated). This applies to actual departures, not schedules.
=item B<-r>, B<--realtime>