From a5933a3aeb5f9e0b465aea208a304f2351cf36aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 6 Feb 2010 00:03:22 +0000 Subject: [PATCH] Add note about how you can skip the update countdown with --quick --- maintenance/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.20.1