From: Reuben Thomas Date: Sat, 3 May 2025 16:31:41 +0000 (-0700) Subject: tap: fix typo in usage message. X-Git-Tag: v1.18~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=939d256cfbfc4d86e6e1633674bf840fff1f5429;p=thirdparty%2Fautomake.git tap: fix typo in usage message. * lib/tap-driver.sh: The usage message was missing a hyphen in '--log-file'. --- diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index a71c5eeb9..7d2edc043 100755 --- a/lib/tap-driver.sh +++ b/lib/tap-driver.sh @@ -23,7 +23,7 @@ # bugs to or send patches to # . -scriptversion=2025-02-03.04; # UTC +scriptversion=2025-05-03.16; # UTC # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. @@ -54,7 +54,7 @@ Usage: [--diagnostic-string STRING] [--merge|--no-merge] [--stderr-prefix STRING] [--comments|--no-comments] [--] TEST-COMMAND -The '--test-name', '-log-file' and '--trs-file' options are mandatory. +The '--test-name', '--log-file' and '--trs-file' options are mandatory. Report bugs to . GNU Automake home page: .