From: Aaron Schulz Date: Mon, 19 Jan 2009 19:55:38 +0000 (+0000) Subject: Add command use blurb X-Git-Tag: 1.31.0-rc.0~43349 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=25b5d0dbba2c20acdbcc8e987d6f6ac2686147b1;p=lhc%2Fweb%2Fwiklou.git Add command use blurb --- diff --git a/maintenance/rebuildFileCache.php b/maintenance/rebuildFileCache.php index 125b8842ec..186492498e 100644 --- a/maintenance/rebuildFileCache.php +++ b/maintenance/rebuildFileCache.php @@ -17,6 +17,7 @@ $wgDisableCounters = false; // no real hits here $start = isset($args[0]) ? intval($args[0]) : 0; $overwrite = isset( $args[1] ) && $args[1] === 'overwrite'; echo "Building content page file cache from page {$start}!\n"; +echo "Format: [overwrite]\n"; $dbr = wfGetDB( DB_SLAVE ); $start = $start > 0 ? $start : $dbr->selectField( 'page', 'MIN(page_id)', false, __FUNCTION__ );