summaryrefslogtreecommitdiff
path: root/maintenance/storage/compressOld.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
commit370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch)
tree491674f4c242e4d6ba0d04eafa305174c35a3391 /maintenance/storage/compressOld.php
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
Diffstat (limited to 'maintenance/storage/compressOld.php')
-rw-r--r--maintenance/storage/compressOld.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/maintenance/storage/compressOld.php b/maintenance/storage/compressOld.php
index 794e89d1..dda765d7 100644
--- a/maintenance/storage/compressOld.php
+++ b/maintenance/storage/compressOld.php
@@ -1,13 +1,7 @@
<?php
/**
- * Compress the text of a wiki
+ * Compress the text of a wiki.
*
- * @addtogroup Maintenance
- */
-
-/** */
-
-/**
* Usage:
*
* Non-wikimedia
@@ -28,6 +22,8 @@
* -h <threshold> is a minimum number of KB, where <max-factor> cuts in
* --extdb <cluster> store specified revisions in an external cluster (untested)
*
+ * @file
+ * @ingroup Maintenance ExternalStorage
*/
$optionsWithArgs = array( 't', 'c', 's', 'f', 'h', 'extdb', 'endid', 'e' );