From: Christian von Roques Date: Sun, 2 Apr 2017 15:13:43 +0000 (+0200) Subject: correct warm.php --search-only help text X-Git-Tag: v3.0.0~36^2^2~5 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/ccecabfbf4ae9ddb7a5e6b9553458ec4214ee6c3 correct warm.php --search-only help text --- diff --git a/utils/warm.php b/utils/warm.php index d707b9cb..5743dbd5 100755 --- a/utils/warm.php +++ b/utils/warm.php @@ -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);