From 266503716b64ce4e22df3b3cd84d4c8bc2f69329 Mon Sep 17 00:00:00 2001 From: Mathieu Courtois <mathieu.courtois@edf.fr> Date: Fri, 10 Nov 2023 09:18:14 +0100 Subject: [PATCH] [admin] fix help message in run_testcases_validation --- 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 be3d227..88521a8 100755 --- a/share/examples/run_testcases_validation +++ b/share/examples/run_testcases_validation @@ -11,7 +11,7 @@ set_prefix() { set_prefix "${0}" if [ $# -eq 1 ] && [ "$1" = "-h" ]; then - echo "usage: $0 [--now] [VARIANT [BRANCH]]" + echo "usage: $0 [--now] [BRANCH [VARIANT]]" echo " This script runs the validation testcases using the provided variant (std|mpi)." echo " It is intended to be run by cron. By default, the script really does" echo " the job the first friday of each month." -- GitLab