Unverified Commit 54f2be90 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m(1): it's services, not entry points

parent aceb5682
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -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)