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 GitHub
parent f7e4aa51d3
commit b7bae80616

View File

@@ -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.
"""