]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/cli.py
translate UsageError in CLI API commands
[nominatim.git] / src / nominatim_db / cli.py
index 88810df5a6f330c3df90997f780ef1b20e9c1c45..9fd439f8d0f33684e5429f31c7386f57f7625ae3 100644 (file)
@@ -243,7 +243,8 @@ def get_set_parser() -> CommandlineParser:
             raise ex
 
         parser.parser.epilog = \
-            '\n\nNominatim API package not found. The following commands are not available:'\
+            f'\n\nNominatim API package not found (was looking for module: {ex.name}).'\
+            '\nThe following commands are not available:'\
             '\n    export, convert, serve, search, reverse, lookup, details, status'\
             "\n\nRun 'pip install nominatim-api' to install the package."