Martineznovo has uploaded a new change for review. https://gerrit.wikimedia.org/r/258750
Change subject: Remove wrong usage documentation in comments ...................................................................... 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 --- M maintenance/cleanupImages.php M maintenance/cleanupTitles.php 2 files changed, 0 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/50/258750/1 diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php index 915a2c0..1bd0217 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 <[email protected]> * https://www.mediawiki.org/ * diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php index 0df9e7f..1eba303 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 <[email protected]> * https://www.mediawiki.org/ * -- To view, visit https://gerrit.wikimedia.org/r/258750 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia4c9479ffeaeb11083168678cd6a2aa29c897f84 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Martineznovo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
