Skip to content
Snippets Groups Projects
Commit 5cba4d13 authored by Mathieu Courtois's avatar Mathieu Courtois
Browse files

[admin] fix help docstring

parent 26650371
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment