Index: trunk/phase3/maintenance/purgeList.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | public function __construct() { |
28 | 28 | parent::__construct(); |
29 | 29 | $this->mDescription = "Send purge requests for listed pages to squid"; |
30 | | - $this->addOption( 'purge', 'Whether to update page touched.' , false, false ); |
| 30 | + $this->addOption( 'purge', 'Whether to update page_touched.' , false, false ); |
31 | 31 | } |
32 | 32 | |
33 | 33 | public function execute() { |