update cppgtfs to include new route types trolleybus and monorail

This commit is contained in:
Patrick Brosi 2022-11-03 12:37:24 +01:00
parent 167753142c
commit 3e6e7ebfed
2 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5cba6fe796f91e3a6c598274332c4e9dc8f38ea7
Subproject commit 263ab8f7a38dc2770a6c4922c5f4fbf5b01a108e

View file

@ -65,7 +65,11 @@ void ConfigReader::help(const char* bin) {
<< std::setw(35) << " "
<< " ferry | boat | ship, cablecar, gondola,\n"
<< std::setw(35) << " "
<< " funicular, coach} or as GTFS mot codes\n"
<< " funicular, coach, mono-rail | monorail,\n"
<< std::setw(35) << " "
<< " trolley | trolleybus | trolley-bus} or\n"
<< std::setw(35) << " "
<< " as GTFS mot codes\n"
<< "\nOutput:\n"
<< std::setw(35) << " -o [ --output ] arg (=gtfs-out)"
<< "GTFS output path\n"