use name of bus stop instead of id

This commit is contained in:
Johannes Loher 2017-05-08 22:38:31 +02:00
parent 0f95b5777e
commit a6aeaa336e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ enum stopFinderRequest = "XML_STOPFINDER_REQUEST";
void main(string[] args)
{
string fileName;
string busStop = "4014080";
string busStop = "Regensburg Universität";
string substitutionFileName = "replacement.txt";
// dfmt off
auto helpInformation = getopt(args,