summaryrefslogtreecommitdiff
path: root/bin/aseag-m
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-22 15:17:54 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-22 15:17:54 +0100
commit91d1c93160cfd34bb667ca4ce1a9c380b5d6eea1 (patch)
treeb9c13f7d44c9b2b73fac14b78ff708bad5afff6c /bin/aseag-m
parentf77816445f811813bbb9b2c4302a18539e234998 (diff)
update documentation
Diffstat (limited to 'bin/aseag-m')
-rwxr-xr-xbin/aseag-m7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index 57576a1..34db950 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -52,7 +52,7 @@ my $status = Travel::Status::DE::ASEAG->new;
sub show_help {
my ($code) = @_;
- print "Usage: B<aseag-m> [ B<-l> I<lines> ] [B<-f>] I< <stop name>\n"
+ print "Usage: aseag-m [-abfprV] [-l <lines>] [-v <stopname>] <stopname>\n"
. "See also: man aseag-m\n";
exit $code;
@@ -179,7 +179,8 @@ aseag-m - Unofficial interface to the ASEAG departure monitor
=head1 SYNOPSIS
-B<aseag-m> I<name>
+B<aseag-m> [B<-abfprV>] [B<-l> I<lines>] [B<-s> I<timefmt> | B<-S> I<timefmt>]
+[B<-v> I<stopname>] I<stopname>
=head1 VERSION
@@ -259,6 +260,8 @@ None.
=item * DateTime(3pm)
+=item * DateTime::Format::Duration(3pm)
+
=item * LWP::UserAgent(3pm)
=back