From 939d256cfbfc4d86e6e1633674bf840fff1f5429 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 3 May 2025 09:31:41 -0700 Subject: [PATCH] tap: fix typo in usage message. * lib/tap-driver.sh: The usage message was missing a hyphen in '--log-file'. --- lib/tap-driver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: . -- 2.47.3