]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/cli.py
implement is-a-name option for housenumbers
[nominatim.git] / nominatim / cli.py
index 7fae205bd36dde2a9df3fca68e12444c82d403f3..0a3bd2b007c8793dee1ee75107eb543e3e952642 100644 (file)
@@ -1,3 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# This file is part of Nominatim. (https://nominatim.org)
+#
+# Copyright (C) 2022 by the Nominatim developer community.
+# For a full list of authors see the git log.
 """
 Command-line interface to the Nominatim functions for import, update,
 database administration and querying.
@@ -176,7 +182,7 @@ class AdminServe:
 
     This command starts the built-in PHP webserver to serve the website
     from the current project directory. This webserver is only suitable
-    for testing and develop. Do not use it in production setups!
+    for testing and development. Do not use it in production setups!
 
     By the default, the webserver can be accessed at: http://127.0.0.1:8088
     """