X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateCollation.php;h=04a2d47b72f72f26de2d3693463c0ea5de170f97;hb=05182f341bab0913172d345d98a88077bce46064;hp=2363665b706f9693a02d3728ed3789323f107553;hpb=125d6d5feceba4d3d740efb5be0be83058546a20;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 2363665b70..04a2d47b72 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -1,7 +1,7 @@ addOption( 'target-collation', 'Set this to the new collation type to ' . - 'use instead of $wgCategoryCollation. Usually you should not use this, ' . - 'you should just update $wgCategoryCollation in LocalSettings.php.', + 'use instead of $wgCategoryCollation. Usually you should not use this, ' . + 'you should just update $wgCategoryCollation in LocalSettings.php.', false, true ); $this->addOption( 'dry-run', 'Don\'t actually change the collations, just ' . 'compile statistics.' );