Test cases working with “make tap” but not just “phpunit” right now.
[lhc/web/wiklou.git] / maintenance / refreshLinks.php
index 5820d5b..863dd02 100644 (file)
@@ -30,7 +30,7 @@ class RefreshLinks extends Maintenance {
                $this->addOption( 'old-redirects-only', 'Only fix redirects with no redirect table entry' );
                $this->addOption( 'm', 'Maximum replication lag', false, true );
                $this->addOption( 'e', 'Last page id to refresh', false, true );
-               $this->addArg( 'start', 'Page_id to start from, default 1' );
+               $this->addArg( 'start', 'Page_id to start from, default 1', false );
                $this->setBatchSize( 100 );
        }