diff --git a/bin/test.sh b/bin/test.sh index 352d0abbc27013c1e426a539062f81e1ad240210..3e78b725d5fa8c7f072602eb0bd1dab0ff2761db 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"