diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-09-02 22:16:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-09-02 22:16:09 +0200 |
commit | 6276a7cfe971256159bc12d6a21a5a15802e9232 (patch) | |
tree | e59f16af57ead2d34c65ce2c71886f9e3d391579 /bin/ura-m | |
parent | 9d2e61f236517a671600a761d1a79b28b630e52d (diff) |
ura-m(1): Update --strftime / --strfrel short option
Diffstat (limited to 'bin/ura-m')
-rwxr-xr-x | bin/ura-m | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -305,6 +305,16 @@ Departures without such data may not appear at all. =over +=item B<-f>, B<--strftime> I<format> + +Format absolute times in I<format>, applies both to departure and route +output. See DateTime(3pm) for allowed patterns. + +=item B<-F>, B<--strfrel> I<format> + +Format relative times in I<format>, only applies when used with B<-oT>. +See DateTime::Format::Duration(3pm) for allowed patterns. + =item B<-l>, B<--line> I<lines> Limit output to departures of I<lines> (comma-separated list of line @@ -362,16 +372,6 @@ may be cut off after / before any stop. The same applies to route_full. Include past departures. Applies both to the departure output and to the route output of B<-oa>, B<-ob>, B<-of>. -=item B<-s>, B<--strftime> I<format> - -Format absolute times in I<format>, applies both to departure and route -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<-oT>. -See DateTime::Format::Duration(3pm) for allowed patterns. - =item B<-v>, B<--via> I<stop> Only show lines which also serve I<stop> after I<name>. |