diff --git a/maint/with_coverage b/maint/with_coverage index 19d208eb0..67a781cd9 100755 --- a/maint/with_coverage +++ b/maint/with_coverage @@ -18,8 +18,8 @@ Options: -i: Run an interactive shell after the command (if any) -c: Continue using data from previous runs. (By default, data is deleted.) -s: Skip generating a final report. - -f : format to use when generating coverage report. one of html (default), ade, - lcov, coveralls, coveralls+, files, covdir, or cobertura + -f : format to use when generating coverage report. Defaults to html. + See "grcov --help" for a full list of supported formats. -o : set the output path for the coverage report (default "coverage") Notes: