From 19a26d44a82710ed68ed9ad5a69d032fa2496d5c Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 19 Aug 2025 15:34:25 +0200 Subject: [PATCH] Remove mentioning of verbose help from osm2pgsql man page This has not been working since we switched to the new command line parsing library... --- man/osm2pgsql.1 | 1 - man/osm2pgsql.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/man/osm2pgsql.1 b/man/osm2pgsql.1 index 126515213..e4864b0dc 100644 --- a/man/osm2pgsql.1 +++ b/man/osm2pgsql.1 @@ -48,7 +48,6 @@ Removes existing data from the database tables! .TP -h, --help Print help. -Add \f[B]-v, --verbose\f[R] to display more verbose help. .TP -V, --version Print osm2pgsql version. diff --git a/man/osm2pgsql.md b/man/osm2pgsql.md index 637191eea..83c79e78b 100644 --- a/man/osm2pgsql.md +++ b/man/osm2pgsql.md @@ -46,7 +46,7 @@ mandatory for short options too. # HELP/VERSION OPTIONS -h, \--help -: Print help. Add **-v, \--verbose** to display more verbose help. +: Print help. -V, \--version : Print osm2pgsql version.