diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-08 17:45:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-08 17:45:05 +0200 |
commit | 426806be46efedc8f252c1830cf0c02d79c14304 (patch) | |
tree | 06a54b98c08b0ae4e01d31fe0dfe799a133a9af6 /bin/efa-m | |
parent | 77380123923c266739675723182e718ee1ef3b7c (diff) |
Begin work on documentation
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> |