From: Jesús Martínez Novo Date: Sun, 13 Dec 2015 15:08:25 +0000 (+0100) Subject: Remove wrong usage documentation in comments X-Git-Tag: 1.31.0-rc.0~8709^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=53c4665ed057ec3aabd862fbe2ba3ee49d5150f2;p=lhc%2Fweb%2Fwiklou.git Remove wrong usage documentation in comments The --fix parameter was removed in f991d9cf777e but documentation in comments wasn't updated. Other scripts don't maintain usage parameters in comments, probably because the --help should already output them, so let's remove them here also to avoid confusion. Change-Id: Ia4c9479ffeaeb11083168678cd6a2aa29c897f84 --- diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php index 915a2c0801..1bd0217bd8 100644 --- a/maintenance/cleanupImages.php +++ b/maintenance/cleanupImages.php @@ -2,10 +2,6 @@ /** * Clean up broken, unparseable upload filenames. * - * Usage: php cleanupImages.php [--fix] - * Options: - * --fix Actually clean up titles; otherwise just checks for them - * * Copyright © 2005-2006 Brion Vibber * https://www.mediawiki.org/ * diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php index 0df9e7fe0c..1eba303a9e 100644 --- a/maintenance/cleanupTitles.php +++ b/maintenance/cleanupTitles.php @@ -2,10 +2,6 @@ /** * Clean up broken, unparseable titles. * - * Usage: php cleanupTitles.php [--fix] - * Options: - * --fix Actually clean up titles; otherwise just checks for them - * * Copyright © 2005 Brion Vibber * https://www.mediawiki.org/ *