From 74c74dde07031c653932d59a9062e41b8a023e18 Mon Sep 17 00:00:00 2001 From: RhinoDevel Date: Thu, 22 Apr 2021 15:40:22 +0200 Subject: [PATCH] Replace "nominatim-update" with "nominatim". If I am not mistaken, the correct command to index imported data via commandline is "nominatim index". --- nominatim/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominatim/cli.py b/nominatim/cli.py index e162d1a6..23f6a08f 100644 --- a/nominatim/cli.py +++ b/nominatim/cli.py @@ -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. """ -- 2.45.1