diff options
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-x | bin/efa-m | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -92,18 +92,32 @@ __END__ =head1 NAME +efa-m - Inofficcial interface to the efa.vrr.de departure monitor + =head1 SYNOPSIS +B<efa-m> [B<-d> I<date>] [B<-t> I<time>] I<city> I<stop> + =head1 VERSION version 0.00 =head1 DESCRIPTION +B<efa-m> lists upcoming tram, bus and train departures at I<stop> in I<city> + =head1 OPTIONS =over +=item B<-d>, B<--date> I<dd.mm.yyyy> + +Show departures for I<date> instead of today + +=item B<-t>, B<--time> I<hh:mm> + +Show departures starting at I<time> instead of now + =item B<-V>, B<--version> Show version information. @@ -112,6 +126,8 @@ Show version information. =head1 EXIT STATUS +Zero. + =head1 CONFIGURATION None. @@ -130,6 +146,8 @@ None. =head1 BUGS AND LIMITATIONS +Unknown. + =head1 AUTHOR Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> |