File tree 2 files changed +1
-3
lines changed
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 {
43
43
<< " print version\n "
44
44
<< std::setw (39 ) << " -h [ --help ]"
45
45
<< " show this help message\n "
46
- << std::setw (39 ) << " -o [ --optim-mode ] arg (=heur)"
46
+ << std::setw (39 ) << " -m [ --optim-mode ] arg (=heur)"
47
47
<< " optimization mode, 'heur' or 'ilp'\n "
48
48
<< std::setw (39 ) << " --obstacles arg"
49
49
<< " 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 {
75
75
<< " input line smoothing\n "
76
76
<< std::setw (37 ) << " --random-colors"
77
77
<< " fill missing colors with random colors\n "
78
- << std::setw (37 ) << " --no-render-stations"
79
- << " don't render stations\n "
80
78
<< std::setw (37 ) << " --tight-stations"
81
79
<< " don't expand node fronts for stations\n "
82
80
<< std::setw (37 ) << " --no-render-stations"
You can’t perform that action at this time.
0 commit comments