From d14dbe9d92e67764ab1630048f8d72f59ab548b1 Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Wed, 11 Oct 2023 12:27:25 +0000
Subject: [PATCH] Specify output format in script usage

---
 bin/test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/test.sh b/bin/test.sh
index 352d0abbc27..3e78b725d5f 100755
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -82,8 +82,8 @@ function Usage
     echo "  -v|--verbose        print executed commands"
     echo "  -j|--jobs <jobs>    run no more than <jobs> commands simultaneously."
     echo "  --coverage          compute test coverage in html format"
-    echo "  --coverage-xml      compute test coverage in xml format"
-    echo "  --coverage-json     compute test coverage in json format"
+    echo "  --coverage-xml      compute test coverage in Cobertura XML format"
+    echo "  --coverage-json     compute test coverage in Coveralls JSON format"
     echo "  -h|--help           print this help"
     echo ""
     echo "VARIABLES"
-- 
GitLab