aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updateSearchIndex.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/updateSearchIndex.php')
-rw-r--r--maintenance/updateSearchIndex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/updateSearchIndex.php b/maintenance/updateSearchIndex.php
index b2f25774a87d..756de2750482 100644
--- a/maintenance/updateSearchIndex.php
+++ b/maintenance/updateSearchIndex.php
@@ -39,7 +39,7 @@ class UpdateSearchIndex extends Maintenance {
public function __construct() {
parent::__construct();
- $this->setDescription( 'Script for periodic off-peak updating of the search index' );
+ $this->addDescription( 'Script for periodic off-peak updating of the search index' );
$this->addOption( 's', 'starting timestamp', false, true );
$this->addOption( 'e', 'Ending timestamp', false, true );
$this->addOption(