format change revert, removed bogus CL options, SetupClass to a new dir

This commit is contained in:
ThomasBarris
2018-09-05 22:01:03 +02:00
parent aa6ac5a751
commit d10f63b666
4 changed files with 106 additions and 106 deletions

View File

@@ -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;
}