diff options
-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 |