X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FconvertLinks.php;h=fa9c574b562a5146dc1c14594c7aadd154312b8c;hb=cf9fc81e9669b6c016c044de57ad2bdd5113d167;hp=15ca14b70afee78ccb5f8ecae8a64c03f11bfb02;hpb=6505e5f278aae664f78fb8f876c10902d2195231;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/convertLinks.php b/maintenance/convertLinks.php index 15ca14b70a..fa9c574b56 100644 --- a/maintenance/convertLinks.php +++ b/maintenance/convertLinks.php @@ -36,9 +36,9 @@ class ConvertLinks extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = - "Convert from the old links schema (string->ID) to the new schema (ID->ID)." - . "The wiki should be put into read-only mode while this script executes"; + $this->addDescription( + 'Convert from the old links schema (string->ID) to the new schema (ID->ID). ' + . 'The wiki should be put into read-only mode while this script executes' ); $this->addArg( 'logperformance', "Log performance to perfLogFilename.", false ); $this->addArg(