From 4f44243692da2a413eead519c3bb82c4e70590a8 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 16 Feb 2009 15:35:04 +0000 Subject: [PATCH] Newline after help message to not mess up terminal --- maintenance/populateCategory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/populateCategory.php b/maintenance/populateCategory.php index cb22e7f8df..1dca7b745c 100644 --- a/maintenance/populateCategory.php +++ b/maintenance/populateCategory.php @@ -36,6 +36,7 @@ vided name. Default: empty (start from beginning). drops before continuing. Default: 10. --throttle: Wait this many milliseconds after each category. Default: 0. --force: Run regardless of whether the database says it's been run already. + TEXT; exit( 0 ); } -- 2.20.1