Unverified Commit dedd91f5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dbris-m: Update Usage output

parent 66b9a702
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
}