26 parent::__construct();
29This script will clean up the category table by removing entries
for empty
30categories without a description page and adding entries
for empty categories
31with a description page. It will print out progress indicators every batch. The
32script is perfectly safe to run on large, live wikis, and running it multiple
33times is harmless. You may want to use the throttling options
if it
's causing
34too much load; they will not affect correctness.
36If the script is stopped and later resumed, you can use the --mode and --begin
37options with the last printed progress indicator to pick up where you left off.
39When the script has finished, it will make a note of this in the database, and
40will not run again without the --force option.
46 '"add" empty categories with description pages,
"remove" empty categories
'
47 . 'without description pages, or
"both"',
53 'Only
do categories whose names are alphabetically after the provided name
',
59 'Wait
this many milliseconds after each batch. Default: 0
',