diff --git a/server/cron_debug.php b/server/cron_debug.php index de561577c8befa20b7ae35632b90f03e211ce36a..568cfd641399bf94cf43d507e72a0fe45182bbcc 100644 --- a/server/cron_debug.php +++ b/server/cron_debug.php @@ -52,7 +52,7 @@ if(isset($cmd_opt['cronjob']) && is_file($path.'/'.$cmd_opt['cronjob'])) { // Cronjob that shell be run $cronjob_file = $cmd_opt['cronjob']; } else { - die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php'); + die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php'."\n"); } // Load and run the cronjob