summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-06 16:24:13 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-06 16:24:13 +0200
commitd4bfdbcc342038a8311c47d6a21b2b2902b5d880 (patch)
tree1ffb0d57e2ca685fa412c24d747329934531e127
parent03d0e9f60b66b84456df2da5310b1a57446cca2e (diff)
Changelog & Documentation updates
-rw-r--r--Changelog2
-rwxr-xr-xbin/db-ris8
2 files changed, 8 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index ba3deac..f153b6c 100644
--- a/Changelog
+++ b/Changelog
@@ -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
diff --git a/bin/db-ris b/bin/db-ris
index 0d27e89..d0827f9 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -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