[latex3-commits] [latex3/l3build] main: More third-person singular forms hidden after "and" and semicolon (8db8ea0)
github at latex-project.org
github at latex-project.org
Thu Jan 11 13:48:54 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/8db8ea0e7465914e9e30c2a26df6e66e78de2c56
>---------------------------------------------------------------
commit 8db8ea0e7465914e9e30c2a26df6e66e78de2c56
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Jan 8 00:29:30 2024 +0800
More third-person singular forms hidden after "and" and semicolon
Co-authored-by: Chris Rowley <latex-bugs at latex-project.org>
>---------------------------------------------------------------
8db8ea0e7465914e9e30c2a26df6e66e78de2c56
l3build-arguments.lua | 6 +++---
l3build.1 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 25f731b..d8985fa 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -108,7 +108,7 @@ option_list =
},
help =
{
- desc = "Prints this message and exit",
+ desc = "Prints this message and exits",
short = "h",
type = "boolean"
},
@@ -131,7 +131,7 @@ option_list =
},
rerun =
{
- desc = "Skips setup: simply rerun tests",
+ desc = "Skips setup: simply reruns tests",
type = "boolean"
},
["show-log-on-error"] =
@@ -157,7 +157,7 @@ option_list =
},
version =
{
- desc = "Prints version information and exit",
+ desc = "Prints version information and exits",
type = "boolean"
}
}
diff --git a/l3build.1 b/l3build.1
index 85e4154..5c2154c 100644
--- a/l3build.1
+++ b/l3build.1
@@ -62,7 +62,7 @@ Installs all files
.IP --halt-on-error|-H
Stops running tests after the first failure
.IP --help|-h
-Prints help message and exit
+Prints help message and exits
.IP --last
Name of last test to run
.IP --message|-m
@@ -70,7 +70,7 @@ Text for upload announcement message
.IP --quiet|-q
Suppresses TeX output when unpacking
.IP --rerun
-Skips setup: simply rerun tests
+Skips setup: simply reruns tests
.IP --show-log-on-error
Shows the full log of the failure with 'halt-on-error'
.IP --show-saves|-S
@@ -80,7 +80,7 @@ Shuffles order of tests
.IP --texmfhome
Location of user texmf tree
.IP --version
-Prints version information and exit
+Prints version information and exits
.SH BUGS
.SH AUTHOR
The LaTeX Project (latex-team at latex-project.org)
More information about the latex3-commits
mailing list.