diff --git a/share/examples/run_testcases_validation b/share/examples/run_testcases_validation
index 88521a822713963c03246d7cc4be795b8a9de4c6..c2af3459cb2f189e311a5d274bac931bba455872 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."