* Fix some command-line propagation issues
[lhc/web/wiklou.git] / maintenance / renamewiki.php
index ebfbaea..66de326 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-require_once( "commandLine.inc" );
-
 /**
  * Why yes, this *is* another special-purpose Wikimedia maintenance script!
  * Should be fixed up and generalized.
+ *
+ * @file
+ * @ingroup Maintenance
  */
 
+require_once( "commandLine.inc" );
+
 if ( count( $args ) != 2 ) {
        wfDie( "Rename external storage dbs and leave a new one...\n" .
                        "Usage: php renamewiki.php <olddb> <newdb>\n" );
@@ -57,4 +60,3 @@ if ( count( $stores ) ) {
 
 echo "done.\n";
 
-?>
\ No newline at end of file