diff options
Diffstat (limited to 'bin/aseag-m')
-rwxr-xr-x | bin/aseag-m | 7 |
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 |