Fix capitalisation of updateSearchIndex.php parameter desc
Change-Id: Ie76d11114d68489d4900067443e0d7592ca46453
This commit is contained in:
parent
4df90065db
commit
ff71056565
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue