aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/pruneFileCache.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2020-07-11 12:47:35 +0100
committerUrbanecm <martin.urbanec@wikimedia.cz>2020-09-18 22:53:01 +0000
commite84f5efe7461da0a13348d78617550ef21d38c50 (patch)
tree18e69ebbbb14571d0142594dc439f7bac8e92e09 /maintenance/pruneFileCache.php
parentd02602c59cc31bb36f668acae64f6ba3f0201deb (diff)
downloadmediawikicore-e84f5efe7461da0a13348d78617550ef21d38c50.tar.gz
mediawikicore-e84f5efe7461da0a13348d78617550ef21d38c50.zip
Fix description for pruneFileCache.php
It deletes them, it doesn't make them Change-Id: Ice44b091312f2b1deb3ae240e18891aa2dd066e8
Diffstat (limited to 'maintenance/pruneFileCache.php')
-rw-r--r--maintenance/pruneFileCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/pruneFileCache.php b/maintenance/pruneFileCache.php
index c107a17bd1c8..950c32f1821c 100644
--- a/maintenance/pruneFileCache.php
+++ b/maintenance/pruneFileCache.php
@@ -34,7 +34,7 @@ class PruneFileCache extends Maintenance {
public function __construct() {
parent::__construct();
- $this->addDescription( 'Build file cache for content pages' );
+ $this->addDescription( 'Delete file cache files older than "agedays"' );
$this->addOption( 'agedays', 'How many days old files must be in order to delete', true, true );
$this->addOption( 'subdir', 'Prune one $wgFileCacheDirectory subdirectory name', false, true );
}