Skip to content

Commit e9a1182

Browse files
committed
update manpage of osm2pgsql-replication
1 parent 93adda7 commit e9a1182

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

docs/osm2pgsql-replication.1

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ how to use osm2pgsql\-replication.
3939
.SH OPTIONS 'osm2pgsql-replication init'
4040
usage: osm2pgsql-replication init [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
4141
[-P PORT] [-p PREFIX]
42-
[--middle-schema MIDDLE_SCHEMA]
42+
[--middle-schema SCHEMA] [--schema SCHEMA]
4343
[--osm-file FILE | --server URL]
4444
[--start-at TIME]
4545

@@ -136,9 +136,13 @@ Database server port
136136
Prefix for table names (default 'planet_osm')
137137

138138
.TP
139-
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
139+
\fB\-\-middle\-schema\fR SCHEMA
140140
Name of the schema to store the table for the replication state in
141141

142+
.TP
143+
\fB\-\-schema\fR SCHEMA
144+
Name of the schema for the database
145+
142146
.TP
143147
\fB\-\-osm\-file\fR FILE
144148
Get replication information from the given file.
@@ -253,14 +257,19 @@ Database server port
253257
Prefix for table names (default 'planet_osm')
254258

255259
.TP
256-
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
260+
\fB\-\-middle\-schema\fR SCHEMA
257261
Name of the schema to store the table for the replication state in
258262

263+
.TP
264+
\fB\-\-schema\fR SCHEMA
265+
Name of the schema for the database
266+
259267

260268
.SH OPTIONS 'osm2pgsql-replication status'
261269
usage: osm2pgsql-replication status [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
262270
[-P PORT] [-p PREFIX]
263-
[--middle-schema MIDDLE_SCHEMA] [--json]
271+
[--middle-schema SCHEMA] [--schema SCHEMA]
272+
[--json]
264273

265274
Print information about the current replication status, optionally as JSON.
266275
.br
@@ -372,9 +381,13 @@ Database server port
372381
Prefix for table names (default 'planet_osm')
373382

374383
.TP
375-
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
384+
\fB\-\-middle\-schema\fR SCHEMA
376385
Name of the schema to store the table for the replication state in
377386

387+
.TP
388+
\fB\-\-schema\fR SCHEMA
389+
Name of the schema for the database
390+
378391
.SH SEE ALSO
379392
* osm2pgsql website (https://osm2pgsql.org)
380393
.br

0 commit comments

Comments
 (0)