File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void ConfigReader::help(const char* bin) const {
4343 << " print version\n "
4444 << std::setw (39 ) << " -h [ --help ]"
4545 << " show this help message\n "
46- << std::setw (39 ) << " -o [ --optim-mode ] arg (=heur)"
46+ << std::setw (39 ) << " -m [ --optim-mode ] arg (=heur)"
4747 << " optimization mode, 'heur' or 'ilp'\n "
4848 << std::setw (39 ) << " --obstacles arg"
4949 << " GeoJSON file containing obstacle polygons\n "
Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ void ConfigReader::help(const char* bin) const {
7575 << " input line smoothing\n "
7676 << std::setw (37 ) << " --random-colors"
7777 << " fill missing colors with random colors\n "
78- << std::setw (37 ) << " --no-render-stations"
79- << " don't render stations\n "
8078 << std::setw (37 ) << " --tight-stations"
8179 << " don't expand node fronts for stations\n "
8280 << std::setw (37 ) << " --no-render-stations"
You can’t perform that action at this time.
0 commit comments