Replace "nominatim-update" with "nominatim".

If I am not mistaken, the correct command to index imported data via commandline is "nominatim index".
This commit is contained in:
RhinoDevel
2021-04-22 15:40:22 +02:00
committed by Sarah Hoffmann
parent f7e4bfa980
commit 74c74dde07

View File

@@ -116,7 +116,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.
"""