diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-09-11 19:43:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-09-11 19:43:33 +0200 |
commit | d24204430cb33706c458032a3f80bd6a6d4c67e8 (patch) | |
tree | 4dcf93c86625063e24b8036777f4ac4caed55ef1 | |
parent | 2941b6b93b386444899747b5a8b5b3d9618c6261 (diff) |
efa(1): Update NAME and DESCRIPTION
-rwxr-xr-x | bin/efa | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -441,7 +441,7 @@ __END__ =head1 NAME -efa - unofficial efa.vrr.de command line client +efa - Command line client for EFA-based public transit routing services =head1 SYNOPSIS @@ -459,15 +459,16 @@ version 2.14 =head1 DESCRIPTION -B<efa> is a command line client for the L<http://efa.vrr.de> web interface. -It sends the specified information to the online form and displays the results. +B<efa> is a command line client for EFA-based public transit routing +interfaces, e.g. L<http://efa.vrr.de>. B<efa> requests connections between two +points and displays the results. -It also supports other EFA services than L<http://efa.vrr.de>. B<efa> has a -builtin list of EFA entry points which can be probed with the B<-A> and B<-D> -options and listed with B<-l>. You can also specify a custom service using -B<-u> I<url> or B<-s> I<name>. -However, the default EFA service is sufficient in most cases (even ICE -connections all over Germany). +By default, the EFA service at L<http://efa.vrr.de> (operated by +Verkehrsverbund Rhein-Ruhr) is used, which supports most places in Germany. +A list of all supported EFA instances can be retrieved with B<-l> and a custom +instance can be selected using B<-s> I<service> or B<-u> I<url>. It is also +possible to probe all known EFA services for a specific connection using the +B<-A> and B<-D> options. =head1 OPTIONS |