]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup_functions.php
move checkModilePresence to class, delete own debug echo
[nominatim.git] / lib / setup_functions.php
index 7b7051681a508280af61f3338c0acaf42c6c6513..af718ed0f5e909eb18ab2e931208a68ffcb37eda 100755 (executable)
@@ -118,9 +118,6 @@ function createUpdateArgvArray()
 
         array('create-functions', '', 0, 1, 1, 1, 'bool', 'Create functions'),
         array('enable-diff-updates', '', 0, 1, 1, 1, 'bool', 'Turn on the code required to make diff updates work'),
-        array('ignore-errors', '', 0, 1, 0, 0, 'bool', 'Continue import even when errors in SQL are present (EXPERT)'),
-        array('enable-debug-statements', '', 0, 1, 0, 0, 'bool', 'Include debug warning statements in pgsql commands'),
-        array('no-partitions', '', 0, 1, 0, 0, 'bool', 'Do not partition search indices (speeds up import of single country extracts)'),
     );
     return $aCMDOptions;
 }