summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dbris-m3
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;
}