diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-08 12:21:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-08 12:21:25 +0200 |
commit | a15a4e03566d39d0e40b8abc6780c8d8c30f99b6 (patch) | |
tree | 25a214757eab8a4bb54dd3d574bb6739e04fa19d /bin | |
parent | d630acf139b8f101d4364dec9d06caa151379a53 (diff) |
efa(1): Add examples
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -562,6 +562,30 @@ Print version information None. +=head1 EXAMPLES + +=over + +=item efa Do Hbf MH Hbf + +Look up a connection from Dortmund (Do) Hbf to ME<uuml>lheim (MH) Hbf + +=item efa --include ice Essen Hbf Hamburg Dammtor + +Look up a connection with long-distance trains + +=item efa --arrive 18:00 -e zug,s-bahn -M E Wickenburgstr D Oststr + +Look up a connection from Essen Wickenburgstr to DE<uuml>sseldorf Oststr. +Do not use any trains, make sure to arrive around 18:00 and print links to +maps of all interchange stations. + +=item efa -s vvs Stuttgart Hbf Stuttgart Marienplatz + +Use the VVS (Verkehrsverbund Stuttgart) EFA service to look up a connection. + +=back + =head1 DEPENDENCIES This script requires perl 5.10 (or higher) with the following modules: |