Skip to content

Commit 6fe04d7

Browse files
authored
Merge pull request #2137 from joto/update-manpage
Mark --with-forward-dependencies as deprecated in man page
2 parents 4bf4d5b + fb4baa8 commit 6fe04d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

man/osm2pgsql.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,9 @@ See documentation for details.
208208
.TP
209209
--middle-database-format=FORMAT
210210
Set the database format for the middle tables to FORMAT.
211-
Allowed formats are \f[B]legacy\f[R] and \f[B]new\f[R].
212-
The \f[B]legacy\f[R] format is the old format that will eventually be
213-
deprecated and removed but is currently still the default.
214-
The \f[B]new\f[R] format was introduced in version 1.9.0.
211+
Allowed formats are \f[B]new\f[R] (default) and \f[B]legacy\f[R] .
212+
The \f[B]legacy\f[R] format is deprecated and will be removed in version
213+
2.0.0.
215214
See the manual for details on these formats.
216215
(Only works with \f[B]--slim\f[R].
217216
In append mode osm2pgsql will automatically detect the database format,
@@ -351,6 +350,7 @@ Specifies the number of parallel threads used for certain operations.
351350
--with-forward-dependencies=BOOL
352351
Propagate changes from nodes to ways and node/way members to relations
353352
(Default: \f[V]true\f[R]).
353+
This option is deprecated.
354354
.SH SEE ALSO
355355
.IP \[bu] 2
356356
osm2pgsql website (https://osm2pgsql.org)

man/osm2pgsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ mandatory for short options too.
309309

310310
\--with-forward-dependencies=BOOL
311311
: Propagate changes from nodes to ways and node/way members to relations
312-
(Default: `true`).
312+
(Default: `true`). This option is deprecated.
313313

314314
# SEE ALSO
315315

0 commit comments

Comments
 (0)