]> git.openstreetmap.org Git - nominatim.git/commitdiff
correct warm.php --search-only help text
authorChristian von Roques <roques@mti.ag>
Sun, 2 Apr 2017 15:13:43 +0000 (17:13 +0200)
committerChristian von Roques <roques@mti.ag>
Sat, 15 Apr 2017 17:12:25 +0000 (19:12 +0200)
utils/warm.php

index d707b9cbcfc92e6d0f5b0867e506226f9ee74113..5743dbd5211955e933b0c55148ca1ff574764d38 100755 (executable)
@@ -11,7 +11,7 @@ $aCMDOptions = array(
                 array('quiet', 'q', 0, 1, 0, 0, 'bool', 'Quiet output'),
                 array('verbose', 'v', 0, 1, 0, 0, 'bool', 'Verbose output'),
                 array('reverse-only', '', 0, 1, 0, 0, 'bool', 'Warm reverse only'),
-                array('search-only', '', 0, 1, 0, 0, 'bool', 'Warm reverse only'),
+                array('search-only', '', 0, 1, 0, 0, 'bool', 'Warm search only'),
                );
 getCmdOpt($_SERVER['argv'], $aCMDOptions, $aResult, true, true);