From e5e93e7cb57d618cdac6e9457b2bf6a78e8ebc88 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Jun 2015 18:08:07 +0200 Subject: efa-m: add -O/--output to documentation --- bin/efa-m | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/bin/efa-m b/bin/efa-m index 7bf6eff..cdd07d0 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -320,6 +320,40 @@ repeated) Ignore departures which are less than I from now. +=item B<-O>, B<--output> I + +For each result, show additional information as specified by I. +I is a comma-separated list, the B<-O>/B<--output> option may +also be repeated. Each output type has both a short and long form, for instance +both "-Or" and "--output=route" are valid. + +The following output types are supported: + +=over + +=item a / route_after + +Show each departure's full route (timestamps and stop names) after the +requested station. + +=item b / route_before + +Show each departure's full route (timestamps and stop names) before the +requested station. + +=item f / fullroute + +Show each departure's full route (timestamps and stop names) before and +after the requested station. + +=item r / route + +Show up to three stops between the requested station and the departure's +destination. B tries to display the three most important stops, +however these are heuristically determined and may not be optimal. + +=back + =item B<-p>, B<--platform> I Only show departures at I (comma-separated list, option may be -- cgit v1.2.3