runbJobs: rm outdated options in comments
authorAntoine Musso <hashar@free.fr>
Tue, 17 Dec 2013 22:32:25 +0000 (23:32 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 17 Dec 2013 22:32:25 +0000 (23:32 +0100)
We had a comment at the top of runJobs.php listing potential options to
use. That unsurprisingly ended up being outdated. Instead folks should
either:

* page down to the constructor to have the exhaustive list of options
* RTFM by invoking the script with --help

Change-Id: Ic87574b26145376bb9926894a7c35f9f0622a3e9

maintenance/runJobs.php

index 429edf4..8a4a5ab 100644 (file)
@@ -2,10 +2,6 @@
 /**
  * Run pending jobs.
  *
- * Options:
- *  --maxjobs <num> (default 10000)
- *  --type <job_cmd>
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or