diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-05 10:53:19 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-05 10:53:19 +0100 |
commit | 54f2be9003f91c66b99e2789207667c51997958d (patch) | |
tree | 2188f5c4450640b37c01c7e6e04f1f565f13a02f /bin | |
parent | aceb56827143d190601b2c5039afb7b951343bbc (diff) |
efa-m(1): it's services, not entry points
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa-m | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -186,7 +186,7 @@ sub new_efa { sub show_help { my ($code) = @_; - print "Usage: efa-m [-d <dd.mm.yyyy>] [-t <hh:mm>] [place] <station>\n" + print "Usage: efa-m [-d <dd.mm.yyyy>] [-t <hh:mm>] <stop>\n" . "See also: man efa-m\n"; exit $code; @@ -622,7 +622,7 @@ The operating mode depends on the contents of its mandatory argument. =head2 Departure Monitor (I<name>) -Shows departures it I<name> or I<city> I<name>. For each departure, +Shows departures at I<name> or I<city> I<name>. For each departure, B<efa-m> shows =over @@ -641,10 +641,10 @@ B<efa-m> shows =back -If I<city> is specified, I<name> refers to a location within I<city>. Otherwise, -I<name> must be self-contained. I.e., both C<< efa Essen Hbf >> and -C<< efa "Essen Hbf" >> are valid. Note, however, than C<< efa E Hbf >> works, -but C<< efa "E Hbf" >> does not. +If I<city> is specified, I<name> refers to a location within I<city>. +Otherwise, I<name> must be self-contained. I.e., both C<< efa-m Essen Hbf >> +and C<< efa-m "Essen Hbf" >> are valid. Note, however, than C<< efa-m E Hbf >> +works, but C<< efa-m "E Hbf" >> does not. By default, I<name> refers to a stop, this can be changed by specifying I<type>. Supported types are B<address> and B<poi> (point of interest). @@ -669,8 +669,8 @@ operating mode(s). =item B<-A>, B<--auto-url>, B<--discover-and-print> (monitor) -Probe all known EFA entry points for the specified stop. Print the first -result which was not an error. +Probe all known EFA services for the specified stop. Print the first result +which was not an error. Note that this may take a while and will not necessarily return the best result. Also, using thi option by default is not recommended, as it puts EFA @@ -683,8 +683,8 @@ May also be specified as I<dd.mm.> =item B<-D>, B<--discover> (monitor) -Probe all known EFA entry points for the specified stop. Print the URLs and -names of all entry points which did not return an error. +Probe all known EFA services for the specified stop. Print the URLs and names +of all services which did not return an error. =item B<-j>, B<--with-jid> (monitor) @@ -792,7 +792,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 +Short name of the EFA service. See Travel::Status::DE::EFA(3pm) and the B<--list> option for a list of services. =item B<-t>, B<--time> I<hh:mm> (monitor) |