X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c86cfefc4813d275073fb5f2b196ddfcc7f26aef..253dc7d7cd6cae88b8f2d777c1b2996390b37e54:/man/create-manpage.tmpl diff --git a/man/create-manpage.tmpl b/man/create-manpage.tmpl index 34f00a8b..427bcb63 100644 --- a/man/create-manpage.tmpl +++ b/man/create-manpage.tmpl @@ -7,6 +7,6 @@ sys.path.append('@PROJECT_SOURCE_DIR@') from nominatim.cli import get_set_parser def get_parser(): - parser = get_set_parser(phpcgi_path='@PHPCGI_BIN@') + parser = get_set_parser() return parser.parser