Skip to content

Commit e50f61f

Browse files
authored
Merge pull request #21 from PatrickSteil/master
Removed duplicate code
2 parents 6f14248 + 2203685 commit e50f61f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/octi/config/ConfigReader.cpp

+1-1
Original file line numberDiff line numberDiff 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"

src/transitmap/config/ConfigReader.cpp

-2
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)