]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/country_languages.php
Merge pull request #2124 from lonvia/remove-nose
[nominatim.git] / utils / country_languages.php
index 38b79460767ad8f0168211ccbd481e6bdc53902a..1a7ea61636b89de06d0d8455ccbb63feccecb3f5 100644 (file)
@@ -11,9 +11,11 @@ $aCMDOptions
     array('help', 'h', 0, 1, 0, 0, false, 'Show Help'),
     array('quiet', 'q', 0, 1, 0, 0, 'bool', 'Quiet output'),
     array('verbose', 'v', 0, 1, 0, 0, 'bool', 'Verbose output'),
+    array('project-dir', '', 0, 1, 1, 1, 'realpath', 'Base directory of the Nominatim installation (default: .)'),
    );
 getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
 
+loadSettings($aCMDResult['project-dir'] ?? getcwd());
 setupHTTPProxy();
 
 if (true) {