diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-15 11:07:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-15 11:07:53 +0100 |
commit | 82615e308150c4575f97a433dcfbd234ebad3aba (patch) | |
tree | af8c52dd27a7b3a56df6230130acf2ed9ae26448 /bin/db-iris | |
parent | a84a29cee9427191096b1c4753843e79e200f8d9 (diff) | |
parent | d5e7602a22d76b6307fbfa7b2d6615ccbc3be12b (diff) |
Merge branch 'documentation' of github.com:prauscher/Travel-Status-DE-IRIS into prauscher-documentation
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/db-iris b/bin/db-iris index 506809e..fabb0a0 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -113,8 +113,7 @@ sub get_station { sub show_help { my ($code) = @_; - print 'Usage: db-iris [-f] ' - . "[-v <via>] <station>\n" + print 'Usage: db-iris [-V] [-c <classlist>] [-d <date>] [-o <output-flags>] [-p <platforms>] [-t <time>] [-T <typelist>] [-v <via>] <station>' . "\n" . . "See also: man db-iris\n"; exit $code; @@ -248,8 +247,7 @@ db-iris - Interface to the DeutscheBahn online departure monitor =head1 SYNOPSIS -B<db-iris> [B<-fV>] [B<-d> I<date>] [B<-t> I<time>] [B<-v> I<station>] -I<station> +B<db-iris> [B<-V>] [B<-c> I<classlist>] [B<-d> I<date>] [B<-o> I<output-flags>] [B<-p> I<platforms>] [B<-t> I<time>] [B<-T> I<typelist>] [B<-v> I<via>] I<station> =head1 VERSION |