Quick hack workaround for lack of optional argument lists in Maintenance class:
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 18 Aug 2009 22:03:57 +0000 (22:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 18 Aug 2009 22:03:57 +0000 (22:03 +0000)
commitdf25bdbbea8c6b1586f4652c013cf87d8e7dac17
treeefc2abfbb30d9275edb0aaa2c2ca77bb11cce25a
parent93cc5d33acb4e7e125bcdf3d42852a695e82454b
Quick hack workaround for lack of optional argument lists in Maintenance class:
* don't list the start argument (good: means we default to 0; bad: means the --help doesn't list it)
* use "0" rather than 0 as the default so it doesn't fail the ctype_digit check
maintenance/rebuildFileCache.php