Commit e8ab5312 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix -m check

parent 5ccc8605
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ sub parse_mot_options {

	my $default_yes = 1;

	if ($hafas_url) {
	if ( $types and $hafas_url ) {
		say STDERR 'The options -u and -m cannot be combined. Discarding -m';
		return;
	}