diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-09-07 09:39:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-09-07 09:39:03 +0200 |
commit | 468c4b1bfc90c79788abf58ae45d18e1e3447580 (patch) | |
tree | b2734a27196fdcceee7048fee8c8777612251571 | |
parent | b2e16078f741dbcdeda081631d550d492c8be080 (diff) |
efa-m(1): Fix option refs (--list != -l)
-rwxr-xr-x | bin/efa-m | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -484,7 +484,7 @@ already included. =item B<-s>, B<--service> I<name> Short name of the EFA entry point. See Travel::Status::DE::EFA(3pm) and the -B<-l> option for a list of services. +B<--list> option for a list of services. =item B<-t>, B<--time> I<hh:mm> @@ -495,7 +495,7 @@ Show departures starting at I<time> instead of now. URL to the EFA entry point, defaults to L<http://efa.vrr.de/vrr/XSLT_DM_REQUEST>. Depending on your location, some I<url>s may contain more specific data than others. See -Travel::Status::DE::EFA(3pm) and the B<-l> option for alternatives. +Travel::Status::DE::EFA(3pm) and the B<--list> option for alternatives. =item B<--timeout> I<seconds> |