Fix capitalisation of updateSearchIndex.php parameter desc

Change-Id: Ie76d11114d68489d4900067443e0d7592ca46453
This commit is contained in:
Reedy 2020-04-01 19:29:10 +01:00
parent 4df90065db
commit ff71056565

View file

@ -40,7 +40,7 @@ class UpdateSearchIndex extends Maintenance {
public function __construct() {
parent::__construct();
$this->addDescription( 'Script for periodic off-peak updating of the search index' );
$this->addOption( 's', 'starting timestamp', false, true );
$this->addOption( 's', 'Starting timestamp', false, true );
$this->addOption( 'e', 'Ending timestamp', false, true );
$this->addOption(
'p',