diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-08 12:46:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-08 12:46:47 +0200 |
commit | 36e0bbfccef85827b95d34722d40a132584b6533 (patch) | |
tree | 6a2cf8f9dc32ac630f3efbcc187ba5cc5bf41dae /bin | |
parent | 562b6b3ce4eb3b8b2722b84efc743c1d63765ecb (diff) |
efa(1): spellcheck
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -83,7 +83,7 @@ sub handle_efa_exception { exit 5; } - printf STDERR ( "Uncatched exception: %s\n%s", ref($e), $e->trace ); + printf STDERR ( "Uncaught exception: %s\n%s", ref($e), $e->trace ); exit 10; } @@ -377,10 +377,10 @@ version 2.07 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. -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 used with the -B<-A> and B<-D> options. You can also specify a custom service using B<-u> I<url> -or B<-s> I<name>. +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). @@ -412,7 +412,7 @@ Journey end time (overrides --time/--depart) Probe all known EFA entry points for the specified connection. Print the first result which was not an error. -Note that this may take a while and will not neccessarily return the best +Note that this may take a while and will not necessarily return the best result. Also, using this option by default is not recommended, as it puts EFA services under considerable additional load. @@ -468,7 +468,7 @@ Include connections using trains of type I<type>, where I<type> may be: =item * local (default) only take local trains ("Verbund-/Nahverkehrslinien"). Slow, but the cheapest -method if you're not travelling long distance +method if you're not traveling long distance =item * ic @@ -611,8 +611,6 @@ each other it may or may not work. Workaround: Request from -> via using the normal four-argument efa invocation, read the time, use efa -t time via via to to to request via -> to. -None known. - =head1 AUTHOR Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> |