From 562b6b3ce4eb3b8b2722b84efc743c1d63765ecb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 Oct 2014 12:32:56 +0200 Subject: efa(1): sort options alphabetically --- bin/efa | 100 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/bin/efa b/bin/efa index 1b4a71f..7da8aa1 100755 --- a/bin/efa +++ b/bin/efa @@ -400,21 +400,13 @@ Arrival place Travel via this place -In case you want I to be an address or "point of interest", you can set -it to 'addr:something' or 'poi:something'. - -=item B<-t>|B<--time>|B<--depart> I:I - -Journey start time +In all cases, if you want I to be an address or "point of interest", you +can set it to 'addr:something' or 'poi:something'. =item B<-a>|B<--arrive> I:I Journey end time (overrides --time/--depart) -=item B<-d>|B<--date> I
.I.[I] - -Journey date - =item B<-A>|B<--auto-url>|B<--discover-and-print> Probe all known EFA entry points for the specified connection. Print the first @@ -428,12 +420,23 @@ EFA services under considerable additional load. Choose connections allowing to carry a bike +=item B<-d>|B<--date> I
.I.[I] + +Journey date + =item B<-D>|B<--discover> Probe all known EFA entry points for the specified connection. No routes are returned in this case. Instead, B will print the URLs and names of all entry points which did not return an error. +=item B<-u>|B<--efa-url> I + +URL to the EFA entry point, defaults to +L. Depending on your location, some +Is may contain more specific data than others. See +Travel::Routing::DE::EFA(3pm) and the B<-l> option for alternatives. + =item B<-e>|B<--exclude> I Exclude I (comma separated list). @@ -450,20 +453,47 @@ Display duration, ticket class and price for each route (if available) Display intermediate stops (with time and platform) of each train. Note that these are not always available. +=item B<-I>|B<--ignore-info> [ I ] + +Ignore additional information matching I (default: /Fahrradmitnahme/) + +If I is not supplied, removes the default regex (-E nothing will be ignored) + +=item B<-i>|B<--include> I + +Include connections using trains of type I, where I may be: + +=over + +=item * local (default) + +only take local trains ("Verbund-/Nahverkehrslinien"). Slow, but the cheapest +method if you're not travelling long distance + +=item * ic + +Local trains + IC + +=item * ice + +All trains (local + IC + ICE) + +=back + =item B<-l>|B<--list> List supported EFA services wit their URLs (see B<-u>) and abbreviations (see B<-s>). -=item B<-m>|B<--max-change> I - -Print connections with at most I interchanges - =item B<-M>|B<--maps> Output links to maps of transfer paths and transfer stations where available. +=item B<-m>|B<--max-change> I + +Print connections with at most I interchanges + =item B<-n>|B<--num-connections> I Return up to I connections. If unset, the default of the respective @@ -498,53 +528,23 @@ Take stops close to the stop/start into account and possibly use them instead Shortname of the EFA entry point. See Travel::Routing::DE::EFA(3pm) and the B<-l> option for a list of services. -=item B<-i>|B<--include> I - -Include connections using trains of type I, where I may be: - -=over - -=item * local (default) - -only take local trains ("Verbund-/Nahverkehrslinien"). Slow, but the cheapest -method if you're not travelling long distance +=item B<-t>|B<--time>|B<--depart> I:I -=item * ic +Journey start time -Local trains + IC +=item B<--timeout> I -=item * ice +Set timeout for HTTP requests. Default: 60 seconds. -All trains (local + IC + ICE) +=item B<-v>|B<--version> -=back +Print version information =item B<-w>|B<--walk-speed> I Set your walking speed to I. Accepted values: normal (default), fast, slow -=item B<-I>|B<--ignore-info> [ I ] - -Ignore additional information matching I (default: /Fahrradmitnahme/) - -If I is not supplied, removes the default regex (-E nothing will be ignored) - -=item B<-u>|B<--efa-url> I - -URL to the EFA entry point, defaults to -L. Depending on your location, some -Is may contain more specific data than others. See -Travel::Routing::DE::EFA(3pm) and the B<-l> option for alternatives. - -=item B<--timeout> I - -Set timeout for HTTP requests. Default: 60 seconds. - -=item B<-v>|B<--version> - -Print version information - =back =head1 EXIT STATUS -- cgit v1.2.3