Add note about how you can skip the update countdown with --quick
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Feb 2010 00:03:22 +0000 (00:03 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Feb 2010 00:03:22 +0000 (00:03 +0000)
maintenance/update.php

index 759c571..ebc17f3 100644 (file)
@@ -34,7 +34,7 @@ print "Going to run database updates for ".wfWikiID()."\n";
 print "Depending on the size of your database this may take a while!\n";
 
 if( !isset( $options['quick'] ) ) {
-       print "Abort with control-c in the next five seconds... ";
+       print "Abort with control-c in the next five seconds (and skip this countdown with --quick) ... ";
        wfCountDown( 5 );
 }