summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maintenance/resetPageRandom.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/resetPageRandom.php b/maintenance/resetPageRandom.php
index 5362149b37bc..65fa9136b987 100644
--- a/maintenance/resetPageRandom.php
+++ b/maintenance/resetPageRandom.php
@@ -33,9 +33,9 @@ class ResetPageRandom extends Maintenance {
parent::__construct();
$this->addDescription( 'Reset the page_random for articles within given date range' );
$this->addOption( 'from',
- 'From date range selector to select articles to update, ex: 20041011000000' );
+ 'From date range selector to select articles to update, ex: 20041011000000', false, true );
$this->addOption( 'to',
- 'To date range selector to select articles to update, ex: 20050708000000' );
+ 'To date range selector to select articles to update, ex: 20050708000000', false, true );
$this->addOption( 'dry', 'Do not update column' );
$this->addOption( 'batch-start',
'Optional: Use when you need to restart the reset process from a given page ID offset'