Don't break vim syntax highlighting
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 4 Jun 2008 01:48:25 +0000 (01:48 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 4 Jun 2008 01:48:25 +0000 (01:48 +0000)
maintenance/dumpBackup.php
maintenance/dumpTextPass.php

index b8b02b7..bb43124 100644 (file)
@@ -64,7 +64,7 @@ if( isset( $options['full'] ) ) {
 } elseif( isset( $options['current'] ) ) {
        $dumper->dump( WikiExporter::CURRENT, $textMode );
 } else {
 } elseif( isset( $options['current'] ) ) {
        $dumper->dump( WikiExporter::CURRENT, $textMode );
 } else {
-       $dumper->progress( <<<END
+       $dumper->progress( <<<ENDS
 This script dumps the wiki page database into an XML interchange wrapper
 format for export or backup.
 
 This script dumps the wiki page database into an XML interchange wrapper
 format for export or backup.
 
@@ -93,7 +93,7 @@ Fancy stuff:
                               <type>s: file, gzip, bzip2, 7zip
   --filter=<type>[:<options>] Add a filter on an output branch
 
                               <type>s: file, gzip, bzip2, 7zip
   --filter=<type>[:<options>] Add a filter on an output branch
 
-END
+ENDS
 );
 }
 
 );
 }
 
index 7265352..eb4cc07 100644 (file)
@@ -499,7 +499,7 @@ $dumper = new TextPassDumper( $argv );
 if( true ) {
        $dumper->dump();
 } else {
 if( true ) {
        $dumper->dump();
 } else {
-       $dumper->progress( <<<END
+       $dumper->progress( <<<ENDS
 This script postprocesses XML dumps from dumpBackup.php to add
 page text which was stubbed out (using --stub).
 
 This script postprocesses XML dumps from dumpBackup.php to add
 page text which was stubbed out (using --stub).
 
@@ -518,7 +518,7 @@ Options:
   --server=h  Force reading from MySQL server h
   --current   Base ETA on number of pages in database instead of all revisions
   --spawn     Spawn a subprocess for loading text records
   --server=h  Force reading from MySQL server h
   --current   Base ETA on number of pages in database instead of all revisions
   --spawn     Spawn a subprocess for loading text records
-END
+ENDS
 );
 }
 
 );
 }