Skip to content
Snippets Groups Projects
Commit d14dbe9d authored by Allan Blanchard's avatar Allan Blanchard Committed by Thibault Martin
Browse files

Specify output format in script usage

parent f0fc5a3d
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,8 @@ function Usage ...@@ -82,8 +82,8 @@ function Usage
echo " -v|--verbose print executed commands" echo " -v|--verbose print executed commands"
echo " -j|--jobs <jobs> run no more than <jobs> commands simultaneously." echo " -j|--jobs <jobs> run no more than <jobs> commands simultaneously."
echo " --coverage compute test coverage in html format" echo " --coverage compute test coverage in html format"
echo " --coverage-xml compute test coverage in xml format" echo " --coverage-xml compute test coverage in Cobertura XML format"
echo " --coverage-json compute test coverage in json format" echo " --coverage-json compute test coverage in Coveralls JSON format"
echo " -h|--help print this help" echo " -h|--help print this help"
echo "" echo ""
echo "VARIABLES" echo "VARIABLES"
......
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