Skip to content

Commit 53d0e13

Browse files
committed
add a new line at the end of the die
1 parent 11f0999 commit 53d0e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cron_debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// Cronjob that shell be run
5353
$cronjob_file = $cmd_opt['cronjob'];
5454
} else {
55-
die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php');
55+
die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php'."\n");
5656
}
5757

5858
// Load and run the cronjob

0 commit comments

Comments
 (0)