]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/args.py
made age a required argument for the -clean-deleted command
[nominatim.git] / nominatim / clicmd / args.py
index 5b4beb40ec290e202bda760798072cad07cb7211..e632e4c709c0b3c14535d285189584b89a2315b3 100644 (file)
@@ -72,12 +72,11 @@ class NominatimArgs:
     check_database: bool
     migrate: bool
     collect_os_info: bool
-    clean_deleted: bool
+    clean_deleted: str
     analyse_indexing: bool
     target: Optional[str]
     osm_id: Optional[str]
     place_id: Optional[int]
-    age: str
 
     # Arguments to 'import'
     osm_file: List[str]