From fc00a6641c8ade7745493c7c8aaacecbe4f1f997 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Sat, 25 May 2019 04:57:22 +1000 Subject: [PATCH] MDL-65689 task: fix typo in help string --- admin/tool/task/cli/schedule_task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/task/cli/schedule_task.php b/admin/tool/task/cli/schedule_task.php index cf03700bd4f..85d7a4fd6ce 100644 --- a/admin/tool/task/cli/schedule_task.php +++ b/admin/tool/task/cli/schedule_task.php @@ -50,7 +50,7 @@ Options: -h, --help Print out this help Example: -\$sudo -u www-data /usr/bin/php admin/tool/task/cli/scheduled_task.php --execute=\\\\core\\\\task\\\\session_cleanup_task +\$sudo -u www-data /usr/bin/php admin/tool/task/cli/schedule_task.php --execute=\\\\core\\\\task\\\\session_cleanup_task ";