diff --git a/cli-script.php b/cli-script.php index 0a8808528b0..48a87b38dfa 100755 --- a/cli-script.php +++ b/cli-script.php @@ -110,7 +110,7 @@ $url = isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : null; if(!$url) { echo 'Please specify an argument to cli-script.php/sake. For more information, visit' - . ' http://docs.silverstripe.org/en/developer_guides/cli'; + . ' http://docs.silverstripe.org/en/developer_guides/cli' . "\n"; die(); }