diff options
Diffstat (limited to 'maintenance/rebuildall.php')
-rw-r--r-- | maintenance/rebuildall.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php index 4ff873e9c6bf..d2ee6fc2ad91 100644 --- a/maintenance/rebuildall.php +++ b/maintenance/rebuildall.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/Maintenance.php'; class RebuildAll extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Rebuild links, text index and recent changes"; + $this->addDescription( 'Rebuild links, text index and recent changes' ); } public function getDbType() { |