X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a3b4f80c996056136828560e8e5fb26db367f238..d10f63b6667b6d55298bee3848ce5c3c03e131fb:/lib/setup_functions.php diff --git a/lib/setup_functions.php b/lib/setup_functions.php index 7b705168..af718ed0 100755 --- a/lib/setup_functions.php +++ b/lib/setup_functions.php @@ -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; }