From: RhinoDevel Date: Thu, 22 Apr 2021 13:40:22 +0000 (+0200) Subject: Replace "nominatim-update" with "nominatim". X-Git-Tag: v4.0.0~104^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/b7bae80616fb296cf29e916ba6a5e19b24212e93 Replace "nominatim-update" with "nominatim". If I am not mistaken, the correct command to index imported data via commandline is "nominatim index". --- diff --git a/nominatim/cli.py b/nominatim/cli.py index 55f51aac..20a9c5f1 100644 --- a/nominatim/cli.py +++ b/nominatim/cli.py @@ -121,7 +121,7 @@ class UpdateAddData: """\ Add additional data from a file or an online source. - Data is only imported, not indexed. You need to call `nominatim-update index` + Data is only imported, not indexed. You need to call `nominatim index` to complete the process. """