File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
16
16
- Various small fixes and cleanups.
17
17
- Now depends on libosmium 2.16.0 or greater. This allows compiling with
18
18
support for PBF lz4 compression which is enabled by default if the
19
- library is found. Disable by setting CMake option WITH_LZ4 to OFF.
19
+ library is found. Disable by setting CMake option ` WITH_LZ4 ` to ` OFF ` .
20
20
21
21
### Fixed
22
22
Original file line number Diff line number Diff line change @@ -172,8 +172,9 @@ Options::Options(int argc, char* argv[]) {
172
172
verbose = true ;
173
173
break ;
174
174
case ' V' :
175
- std::cout << " osmcoastline " << get_osmcoastline_long_version () << " / " << get_libosmium_version () << ' \n '
176
- << " PBF compression types:" ;
175
+ std::cout << " osmcoastline " << get_osmcoastline_long_version () << " \n "
176
+ << get_libosmium_version () << ' \n '
177
+ << " Supported PBF compression types:" ;
177
178
for (const auto & type : osmium::io::supported_pbf_compression_types ()) {
178
179
std::cout << " " << type;
179
180
}
You can’t perform that action at this time.
0 commit comments