diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 16:24:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 16:24:13 +0200 |
commit | d4bfdbcc342038a8311c47d6a21b2b2902b5d880 (patch) | |
tree | 1ffb0d57e2ca685fa412c24d747329934531e127 | |
parent | 03d0e9f60b66b84456df2da5310b1a57446cca2e (diff) |
Changelog & Documentation updates
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | bin/db-ris | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -2,11 +2,13 @@ git HEAD [db-ris] * Only display info when a train is late, not when on time / unknown + * Add --ignore-late option [Travel::Status::DE::DeutscheBahn] * Add route_raw accessor * Proper HTTP request error handling * Strip leading whitespace from ::Result info + * Do not include canceled stops in the route Travel::Status::DE::DeutscheBahn 0.01 - Mon Jun 27 2011 @@ -190,7 +190,11 @@ departure screens installed at most main stations. =item B<-d>, B<--date> I<dd>.I<mm>.I<yyyy> -Date to list departures for. Default: today +Date to list departures for. Default: today. + +=item B<-L>, B<--ignore-late> + +Do not display delayed trains. =item B<-m>, B<--mot> I<motlist> @@ -225,7 +229,7 @@ may not work as expected. =item B<-V>, B<--version> -Show version information +Show version information. =back |