]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/args.py
Fixed typo
[nominatim.git] / nominatim / clicmd / args.py
index e632e4c709c0b3c14535d285189584b89a2315b3..209ed6afa94aae4e7e406e39adc672ace7fd9cfa 100644 (file)
@@ -87,6 +87,8 @@ class NominatimArgs:
     offline: bool
     ignore_errors: bool
     index_noanalyse: bool
+    no_superuser: bool
+    prepare_database: bool
 
     # Arguments to 'index'
     boundaries_only: bool
@@ -101,6 +103,9 @@ class NominatimArgs:
     language: Optional[str]
     restrict_to_country: Optional[str]
 
+    # Arguments to 'convert'
+    output: Path
+
     # Arguments to 'refresh'
     postcodes: bool
     word_tokens: bool