Remove wrong usage documentation in comments
authorJesús Martínez Novo <martineznovo@gmail.com>
Sun, 13 Dec 2015 15:08:25 +0000 (16:08 +0100)
committerJesús Martínez Novo <martineznovo@gmail.com>
Sun, 13 Dec 2015 15:08:25 +0000 (16:08 +0100)
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

maintenance/cleanupImages.php
maintenance/cleanupTitles.php

index 915a2c0..1bd0217 100644 (file)
@@ -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 <brion@pobox.com>
  * https://www.mediawiki.org/
  *
index 0df9e7f..1eba303 100644 (file)
@@ -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 <brion@pobox.com>
  * https://www.mediawiki.org/
  *