From 0d4e0ca543b821636ec9aa98442b35bd1105f2f9 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Mon, 22 Feb 2016 17:21:52 -0500 Subject: [PATCH] Add -f as an alias of --force to cli args of updateCollation.php Because I kept accidentally using -f without realizing it didn't work. Change-Id: I71da15c81ca12c630304f594d144c4c7289ec28c --- maintenance/updateCollation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 186feb222f..6d9a616077 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -51,7 +51,7 @@ TEXT ); $this->addOption( 'force', 'Run on all rows, even if the collation is ' . - 'supposed to be up-to-date.' ); + 'supposed to be up-to-date.', false, false, 'f' ); $this->addOption( 'previous-collation', 'Set the previous value of ' . '$wgCategoryCollation here to speed up this script, especially if your ' . 'categorylinks table is large. This will only update rows with that ' . -- 2.20.1