diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-12 14:05:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-12 14:05:16 +0200 |
commit | df8925fbaf5be96c8b3063e2337ccfd147c6a293 (patch) | |
tree | 078b6bc41558d35394c45b90c9d4d646f6e32471 /bin | |
parent | 5600e3863c9dc8b321e5f580a3e7bbd4c64da892 (diff) |
update aseag-m(1)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aseag-m | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 2d06089..e9826f6 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -288,6 +288,12 @@ departure times are shown. For each departure, include the entire route (stop names and departure times). +=item r / route_interesting + +For each departure, show up to three "interesting" stops between I<name> and +its destination. The importance of a stop is determined heuristically based on +its name, so it is not always accurate. + =item T / relative_times Show relative times. Applies to departure and route output. @@ -297,7 +303,7 @@ Show relative times. Applies to departure and route output. =item B<-p>, B<--with-past> Include past departures. Applies both to the departure output and to the -route output of B<-a>, B<-b>, B<-f>. +route output of B<-oa>, B<-ob>, B<-of>. =item B<-s>, B<--strftime> I<format> @@ -306,7 +312,7 @@ output. See DateTime(3pm) for allowed patterns. =item B<-S>, B<--strfrel> I<format> -Format relative times in I<format>, only applies when used with B<-r>. +Format relative times in I<format>, only applies when used with B<-oT>. See DateTime::Format::Duration(3pm) for allowed patterns. =item B<-v>, B<--via> I<stop> |