]> git.openstreetmap.org Git - nominatim.git/commitdiff
Replace "nominatim-update" with "nominatim".
authorRhinoDevel <RhinoDevel@users.noreply.github.com>
Thu, 22 Apr 2021 13:40:22 +0000 (15:40 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 24 Apr 2021 13:12:22 +0000 (15:12 +0200)
If I am not mistaken, the correct command to index imported data via commandline is "nominatim index".

nominatim/cli.py

index e162d1a65e23a280d11719375a42b93fd421a05e..23f6a08fab5abccb954c5af2e762722c3460e498 100644 (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.
     """