From: Ævar Arnfjörð Bjarmason Date: Sat, 6 Feb 2010 00:03:22 +0000 (+0000) Subject: Add note about how you can skip the update countdown with --quick X-Git-Tag: 1.31.0-rc.0~37908 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a5933a3aeb5f9e0b465aea208a304f2351cf36aa;p=lhc%2Fweb%2Fwiklou.git Add note about how you can skip the update countdown with --quick --- diff --git a/maintenance/update.php b/maintenance/update.php index 759c571436..ebc17f3691 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -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 ); }