X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FnukePage.php;h=44235d5f07a24fbf83a745d921d0205399261154;hb=48fdd531c8cf294b39e4f0ea2b3d06f742c197c7;hp=dc455209964a4426e559f1e626a09e8a6a4945a0;hpb=e4854a1f0057ac344e2b5c6656ac186fcd8dc3fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/nukePage.php b/maintenance/nukePage.php index dc45520996..44235d5f07 100644 --- a/maintenance/nukePage.php +++ b/maintenance/nukePage.php @@ -33,7 +33,7 @@ require_once __DIR__ . '/Maintenance.php'; class NukePage extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Remove a page record from the database"; + $this->addDescription( 'Remove a page record from the database' ); $this->addOption( 'delete', "Actually delete the page" ); $this->addArg( 'title', 'Title to delete' ); }