diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-07-21 07:50:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-07-21 07:50:28 +0200 |
commit | 1ec0a737d716d6f833c108fd0dfb008f88db077d (patch) | |
tree | 1b3aa1bbb2dd02fe8518a49096d9ec9222930e64 /bin/efa | |
parent | 0f1d8e73698374561734a0c040ebcd44cb8bbd75 (diff) |
document accessibility options
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -657,6 +657,49 @@ Print version information Set your walking speed to I<speed>. Accepted values: normal (default), fast, slow +=item B<-x>|B<--accessibility> I<types> + +Request connections satisfying all of the specified accessibility I<types> +(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<types> 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<efa> 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 |