diff --git a/application/controllers/jobs/Prestudentstatus.php b/application/controllers/jobs/Prestudentstatus.php index 6040368a0..2f3e3aa95 100644 --- a/application/controllers/jobs/Prestudentstatus.php +++ b/application/controllers/jobs/Prestudentstatus.php @@ -39,7 +39,7 @@ class Prestudentstatus extends FHC_Controller public function index() { $result = "The following are the available command line interface commands\n\n"; - $result .= "php index.ci.php jobs/Studienplan CorrectStudienplan"; + $result .= "php index.ci.php jobs/Prestudentstatus CorrectStudienplan"; echo $result.PHP_EOL; }