Merge branch 'fix-coverage-help' into 'main'

Fix "coverage -h" command

See merge request tpo/core/arti!539
This commit is contained in:
Nick Mathewson 2022-05-27 15:41:56 +00:00
commit ed518c5a2b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
function usage()
{
cat <<EOF
${SCRIPT_NAME}: Generate coverage using grcov.
$(basename "$0"): Generate coverage using grcov.
Usage:
coverage [opts] [suites...] : Run the provided test suites.