http://www.mediawiki.org/wiki/Special:Code/MediaWiki/81416
Revision: 81416 Author: vyznev Date: 2011-02-02 21:30:02 +0000 (Wed, 02 Feb 2011) Log Message: ----------- followup r81408: fix option desc and year in copyright statement Modified Paths: -------------- trunk/phase3/maintenance/fixDoubleRedirects.php Modified: trunk/phase3/maintenance/fixDoubleRedirects.php =================================================================== --- trunk/phase3/maintenance/fixDoubleRedirects.php 2011-02-02 21:09:07 UTC (rev 81415) +++ trunk/phase3/maintenance/fixDoubleRedirects.php 2011-02-02 21:30:02 UTC (rev 81416) @@ -2,7 +2,7 @@ /** * Script to fix double redirects. * - * Copyright (C) 2010 Ilmari Karonen <nos...@vyznev.net> + * Copyright (C) 2011 Ilmari Karonen <nos...@vyznev.net> * http://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify @@ -31,7 +31,7 @@ public function __construct() { parent::__construct(); $this->mDescription = "Script to fix double redirects"; - $this->addOption( 'async', 'Don\'t fix anything directly, just add queue the jobs' ); + $this->addOption( 'async', 'Don\'t fix anything directly, just queue the jobs' ); $this->addOption( 'title', 'Fix only redirects pointing to this page', false, true ); $this->addOption( 'dry-run', 'Perform a dry run, fix nothing' ); } _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs