From 1ec0a737d716d6f833c108fd0dfb008f88db077d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 21 Jul 2015 07:50:28 +0200 Subject: document accessibility options --- bin/efa | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'bin') diff --git a/bin/efa b/bin/efa index 7491c33..1037b67 100755 --- a/bin/efa +++ b/bin/efa @@ -657,6 +657,49 @@ Print version information Set your walking speed to I. Accepted values: normal (default), fast, slow +=item B<-x>|B<--accessibility> I + +Request connections satisfying all of the specified accessibility I +(comma-separated list, option may be repeated). Please note that this may cause +the backend to return no results at all, either because no such connection +exists or because the required lines do not have the correct accessibility +attributes set. + +The following I are supported: + +=over + +=item e / no-escalators + +Transfers must be possible without taking an escalator. + +=item E / no-elevators + +Transferst must be possible without using an elevator. + +=item i / info + +Does not restrict the requested connections. However, this option causes +B to display additional accessibility information for each route part +(where available). When B<-x w> or B<-x l> do not return any connections, +using B<-x i> might be more helpful (though it cannot guarantee that any of +the results satisfy the respective type). + +=item l / nf / low-platform + +All vehicles must be low-platform ("Niederflur"). + +=item s / no-stairs + +Transfers must be possible without stairs (e.g. via escalators/elevators or +ramps). + +=item w / wheelchair + +All vehicles must be wheelchair accessible. + +=back + =back =head1 EXIT STATUS -- cgit v1.2.3