aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/pruneFileCache.php
diff options
context:
space:
mode:
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 );
}