From: Aryeh Gregor Date: Mon, 16 Feb 2009 15:35:04 +0000 (+0000) Subject: Newline after help message to not mess up terminal X-Git-Tag: 1.31.0-rc.0~42874 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=4f44243692da2a413eead519c3bb82c4e70590a8;p=lhc%2Fweb%2Fwiklou.git Newline after help message to not mess up terminal --- 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 ); }