From 8f0760b80e64a039c8219eac481c1382ef80ef00 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 6 Mar 2009 20:54:36 +0100 Subject: Added documentation --- bin/efa | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/bin/efa b/bin/efa index d39beeb..d7db6e7 100755 --- a/bin/efa +++ b/bin/efa @@ -118,3 +118,45 @@ foreach (@$cons) { } print "------\n\n"; } + +__END__ + +=head1 NAME + +efa - unofficial efa.vrr.de command line cleant + +=head1 SYNOPSIS + +B B<--from> I I B<--to> I I [ I ] + +=head1 DESCRIPTION + +B is a command line client for the L web interface. +It sends the specified information to the online form and displays the results + +=head1 OPTIONS + +=over + +=item B<--from> I I (mandatory) + +Departure place + +=item B<--to> I I (mandatory) + +Arrival place + +=item B<--debug> + +Display debug information (additional post requests sent to the site, +raw items received from the site) + +=item B<--time> I:I + +Journey start time + +=item B<--date> I
.I.I + +Journey date + +=back -- cgit v1.2.3