Index: trunk/phase3/maintenance/fixDoubleRedirects.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | /** |
4 | 4 | * Script to fix double redirects. |
5 | 5 | * |
6 | | - * Copyright (C) 2010 Ilmari Karonen <nospam@vyznev.net> |
| 6 | + * Copyright (C) 2011 Ilmari Karonen <nospam@vyznev.net> |
7 | 7 | * http://www.mediawiki.org/ |
8 | 8 | * |
9 | 9 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | public function __construct() { |
33 | 33 | parent::__construct(); |
34 | 34 | $this->mDescription = "Script to fix double redirects"; |
35 | | - $this->addOption( 'async', 'Don\'t fix anything directly, just add queue the jobs' ); |
| 35 | + $this->addOption( 'async', 'Don\'t fix anything directly, just queue the jobs' ); |
36 | 36 | $this->addOption( 'title', 'Fix only redirects pointing to this page', false, true ); |
37 | 37 | $this->addOption( 'dry-run', 'Perform a dry run, fix nothing' ); |
38 | 38 | } |