Index: trunk/extensions/FlaggedRevs/maintenance/reviewAllPages.php |
— | — | @@ -11,8 +11,8 @@ |
12 | 12 | if( isset($options['help']) || !isset($args[0]) || !$args[0] ) { |
13 | 13 | echo <<<TEXT |
14 | 14 | Usage: |
15 | | - php refreshLinks.php --help |
16 | | - php refreshLinks.php <username> |
| 15 | + php reviewAllPages.php --help |
| 16 | + php reviewAllPages.php <username> |
17 | 17 | |
18 | 18 | --help : This help message |
19 | 19 | --<userid> : The ID of the existing user to use as the "reviewer" (you can find your ID at Special:Preferences) |