diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-15 22:18:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-15 22:18:58 +0100 |
commit | 04190e18f58be0c81d92a226c7b1a7d2a7b0752d (patch) | |
tree | 283210882612408177db45f8ac393cdd135e05e5 /bin/db-iris | |
parent | 0555886a823104e23500dfba97f460b9e40dd9bd (diff) |
db-iris(1): note that station may be both DS100 code or name
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris index b710f37..ee0ff42 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -263,7 +263,11 @@ db-iris is an interface to the DeutscheBahn departure monitor available at L<https://iris.noncd.db.de/wbt/js/index.html>. It requests all departures at I<station> and lists them on stdout, similar to -the big departure screens installed at most main stations. +the big departure screens installed at most main stations. I<station> can be +either a DS100 station code (such as "EE") or a normal station name +(such as "Essen Hbf" or "DO UniversitE<auml>t"). If no exact match is found, +B<db-iris> will try to find station names containing I<station> as a +substring. =head1 OPTIONS |