use current dir as default dbg path, not ./geo
This commit is contained in:
parent
89be7a1760
commit
549cc90616
3 changed files with 5 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ void ConfigReader::help(const char* bin) {
|
|||
<< std::setw(35) << " --inplace"
|
||||
<< "overwrite input GTFS feed with output feed\n"
|
||||
<< "\nDebug Output:\n"
|
||||
<< std::setw(35) << " -d [ --dbg-path ] arg (=geo)"
|
||||
<< std::setw(35) << " -d [ --dbg-path ] arg (=.)"
|
||||
<< "output path for debug files\n"
|
||||
<< std::setw(35) << " --write-trgraph"
|
||||
<< "write transit graph as GeoJSON to\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue