diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-13 20:41:58 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-13 20:41:58 +0100 |
commit | 78d792add3cc1327569d04cb7a57e0eebc3e480c (patch) | |
tree | d0fdc3254975ebe774dba69f34f52aa9973ec121 /bin | |
parent | 44ec83526c359f58e9fd201d745f368a838a69a8 (diff) |
dbris-m: It's dbris-m, not db-ris-m
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; |