From 5cba4d13db8379c072a775ab97f85bde51ea09ca Mon Sep 17 00:00:00 2001 From: Mathieu Courtois <mathieu.courtois@edf.fr> Date: Mon, 13 Nov 2023 11:15:09 +0100 Subject: [PATCH] [admin] fix help docstring --- share/examples/run_testcases_validation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/run_testcases_validation b/share/examples/run_testcases_validation index 88521a8..c2af345 100755 --- a/share/examples/run_testcases_validation +++ b/share/examples/run_testcases_validation @@ -16,7 +16,7 @@ if [ $# -eq 1 ] && [ "$1" = "-h" ]; then echo " It is intended to be run by cron. By default, the script really does" echo " the job the first friday of each month." echo " Use the option --now to avoid this restriction." - echo " Create the file ${DEV}/codeaster-<branch>/run_validation_next" + echo " Create the file ${DEV}/run_validation_next_<branch>" echo " to force run at the next call." echo " " echo " BRANCH: is 'main' by default or another branch name." -- GitLab