use name of bus stop instead of id
This commit is contained in:
parent
0f95b5777e
commit
a6aeaa336e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue