From 670cc77d207850d5eccbba89ca9bc6372ea5a940 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 17 Dec 2013 23:32:25 +0100 Subject: [PATCH] runbJobs: rm outdated options in comments 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 429edf427b..8a4a5ab0cc 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -2,10 +2,6 @@ /** * Run pending jobs. * - * Options: - * --maxjobs (default 10000) - * --type - * * 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 -- 2.20.1