docs: adapt check-database command

This commit is contained in:
Sarah Hoffmann 2021-02-10 21:55:04 +01:00
parent b6c2dbf69c
commit 24b13a7a87
2 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@ reduce the cache size or even consider using a flatnode file.
Run this script to verify all required tables and indices got created successfully.
```sh
nominatim check-database
nominatim admin --check-database
```
Now you can try out your installation by running:

View File

@ -37,8 +37,8 @@ functionality of each script:
* ./utils/setup.php: `import`, `freeze`, `refresh`
* ./utils/update.php: `replication`, `add-data`, `index`, `refresh`
* ./utils/specialphrases.php: `special-phrases`
* ./utils/check_import_finished.php: `check-database`
* ./utils/warm.php: `warm`
* ./utils/check_import_finished.php: `admin`
* ./utils/warm.php: `admin`
* ./utils/export.php: `export`
Try `nominatim <command> --help` for more information about each subcommand.