File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
cmake_minimum_required (VERSION 3.8.0 )
3
3
4
- project (osm2pgsql VERSION 1.10 .0 LANGUAGES CXX C )
4
+ project (osm2pgsql VERSION 1.11 .0 LANGUAGES CXX C )
5
5
6
6
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
7
7
Original file line number Diff line number Diff line change 1
- .TH "OSM2PGSQL" "1" "1.10 .0" "" ""
1
+ .TH "OSM2PGSQL" "1" "1.11 .0" "" ""
2
2
.SH NAME
3
3
.PP
4
4
osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL!
@@ -29,10 +29,7 @@ Mandatory arguments to long options are mandatory for short options too.
29
29
.TP
30
30
-a, --append
31
31
Run in append mode.
32
- .TP
33
- -c, --create
34
- Run in create mode.
35
- This is the default if \f[B] -a, --append \f[ R ] is not specified.
32
+ The default is to run in create mode.
36
33
.TP
37
34
-S, --style=FILE
38
35
The Lua config file.
@@ -44,6 +41,7 @@ Usually not required because it is read from the
44
41
Specifies the number of parallel threads used for certain operations.
45
42
Setting this to the number of available CPU cores is a reasonable
46
43
starting point.
44
+ Minimum value and default is 1, maximum value is 256.
47
45
.SH HELP/VERSION OPTIONS
48
46
.TP
49
47
-h, --help
Original file line number Diff line number Diff line change 1
- .TH "OSM2PGSQL-REPLICATION" "1" "1.10 .0" "" ""
1
+ .TH "OSM2PGSQL-REPLICATION" "1" "1.11 .0" "" ""
2
2
.SH NAME
3
3
osm2pgsql-replication \- osm2pgsql database updater
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
- .TH "OSM2PGSQL" "1" "1.10 .0" "" ""
1
+ .TH "OSM2PGSQL" "1" "1.11 .0" "" ""
2
2
.SH NAME
3
3
.PP
4
4
osm2pgsql - OpenStreetMap data to PostgreSQL converter
You can’t perform that action at this time.
0 commit comments