]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tap: fix typo in usage message.
authorReuben Thomas <rrt@sc3d.org>
Sat, 3 May 2025 16:31:41 +0000 (09:31 -0700)
committerKarl Berry <karl@freefriends.org>
Sat, 3 May 2025 16:31:41 +0000 (09:31 -0700)
* lib/tap-driver.sh: The usage message was missing a hyphen in
'--log-file'.

lib/tap-driver.sh

index a71c5eeb95ebc505ca8a66853e93f506f0f26dba..7d2edc04314909e1b42e8e71d37da1512c96425b 100755 (executable)
@@ -23,7 +23,7 @@
 # bugs to <bug-automake@gnu.org> or send patches to
 # <automake-patches@gnu.org>.
 
-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 <bug-automake@gnu.org>.
 GNU Automake home page: <https://www.gnu.org/software/automake/>.