diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-12-28 18:15:46 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-12-28 18:15:46 +0100 |
commit | dedd91f52612db4b690dc0fea136a70cdb591a58 (patch) | |
tree | c2cb7cbec932407700a236539912c78e83f4652b /bin/dbris-m | |
parent | 66b9a7024a8a092518e5fe7710e9f7db8cf8b0b7 (diff) |
dbris-m: Update Usage output
Diffstat (limited to 'bin/dbris-m')
-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 ba9d5f3..96e6732 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -151,7 +151,8 @@ my $status = Travel::Status::DE::DBRIS->new(%opt); sub show_help { my ($code) = @_; - print "Usage: db-ris-m <station|lat:lon>\n" . "See also: man dbris-m\n"; + print "Usage: db-ris-m [-j] <station|journeyID|lat:lon>\n" + . "See also: man dbris-m\n"; exit $code; } |