diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-13 10:39:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-13 10:39:16 +0200 |
commit | 7e287c9b63a356e09ee6921dca626f8a68df5634 (patch) | |
tree | 033ee95df7068705da95afeb4bb3847f6628fd76 | |
parent | 9a87e7a538e758052c18cd47cdf2b79f5b9dec9f (diff) |
efa-m(1): Add type:name to documentatio
-rwxr-xr-x | bin/efa-m | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -109,7 +109,7 @@ efa-m - Inofficial 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> +B<efa-m> [B<-d> I<date>] [B<-t> I<time>] I<city> [I<type>B<:>]I<name> =head1 VERSION @@ -117,7 +117,11 @@ version 0.01 =head1 DESCRIPTION -B<efa-m> lists upcoming tram, bus and train departures at I<stop> in I<city> +B<efa-m> lists upcoming tram, bus and train departures at the location I<name> +in I<city>. + +By default, I<name> refers to a stop, this can be changed by specifying +I<type>. Supported types are B<address> and B<poi> (point of interest). =head1 OPTIONS |