Loading bin/hafas +1 −11 Original line number Diff line number Diff line Loading @@ -81,17 +81,7 @@ if ($list_services) { exit 0; } if ( not $service ) { say STDERR 'Note: You have called hafas without specifying a service.'; say STDERR q{}; say STDERR 'Unfortunately, the previous default service (DB HAFAS)'; say STDERR 'is no more, and there is no generic replacement available.'; say STDERR q{}; say STDERR 'Please use "hafas --list" to list supported services,'; say STDERR 'and then select one via -s <service>.'; say STDERR 'Falling back to ÖBB for now.'; $service = 'ÖBB'; } $service //= 'VRN'; parse_mot_options(); Loading Loading
bin/hafas +1 −11 Original line number Diff line number Diff line Loading @@ -81,17 +81,7 @@ if ($list_services) { exit 0; } if ( not $service ) { say STDERR 'Note: You have called hafas without specifying a service.'; say STDERR q{}; say STDERR 'Unfortunately, the previous default service (DB HAFAS)'; say STDERR 'is no more, and there is no generic replacement available.'; say STDERR q{}; say STDERR 'Please use "hafas --list" to list supported services,'; say STDERR 'and then select one via -s <service>.'; say STDERR 'Falling back to ÖBB for now.'; $service = 'ÖBB'; } $service //= 'VRN'; parse_mot_options(); Loading