Commit ed518c5a authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

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

Fix "coverage -h" command

See merge request tpo/core/arti!539
parents c5e9b813 235fd786
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@
function usage()
function usage()
{
{
    cat <<EOF
    cat <<EOF
${SCRIPT_NAME}: Generate coverage using grcov.
$(basename "$0"): Generate coverage using grcov.


Usage:
Usage:
  coverage [opts] [suites...] : Run the provided test suites.
  coverage [opts] [suites...] : Run the provided test suites.