diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dbris-m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dbris-m b/bin/dbris-m index d30e46a..8f7eb03 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -164,7 +164,8 @@ my $status = Travel::Status::DE::DBRIS->new(%opt); sub show_help { my ($code) = @_; - print "Usage: db-ris-m [-j] <station|journeyID|lat:lon>\n" + print + "Usage: dbris-m [-d dd.mm.yyy] [-t hh:mm] [-j] <stop|journeyID|lat:lon>\n" . "See also: man dbris-m\n"; exit $code; |