Skip to content

Commit 8006ef7

Browse files
committed
add hints how to build osm2pgsql-replication man page
1 parent 6e82e43 commit 8006ef7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,13 @@ User documentation is available on [the website](https://osm2pgsql.org/), some
5959
is stored in `docs/`. Pages on the OpenStreetMap wiki are known to be
6060
unreliable and outdated.
6161

62-
The [man page](docs/osm2pgsql.1) can be built from [source](docs/osm2pgsql.md)
63-
with `make man`. The result should be checked into the repository.
62+
The [osm2pgsql man page](docs/osm2pgsql.1) can be built from [source](docs/osm2pgsql.md)
63+
with `make man`. The [osm2pgsql-replication man page](docs/osm2pgsql-replication.1)
64+
has been built with:
65+
66+
argparse-manpage --pyfile scripts/osm2pgsql-replication --function get_parser
67+
68+
Results should be checked into the repository.
6469

6570
## Platforms targeted
6671

0 commit comments

Comments
 (0)