[latex3-commits] [latex3/l3build] main: Extend docs for --stdengine|-s (419a5b0)
github at latex-project.org
github at latex-project.org
Thu Jan 18 08:19:21 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/419a5b05955d6173ec35fdeb3436e84839335f94
>---------------------------------------------------------------
commit 419a5b05955d6173ec35fdeb3436e84839335f94
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 17 11:21:08 2024 +0000
Extend docs for --stdengine|-s
>---------------------------------------------------------------
419a5b05955d6173ec35fdeb3436e84839335f94
l3build-arguments.lua | 2 +-
l3build.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 7304fdc..36a2aa9 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -152,7 +152,7 @@ option_list =
},
stdengine =
{
- desc = "Run tests only with the standard engine",
+ desc = "Run tests only with the standard engine (which may vary between configs)",
short = "s",
type = "boolean"
},
diff --git a/l3build.1 b/l3build.1
index ba1b39b..48c12d7 100644
--- a/l3build.1
+++ b/l3build.1
@@ -78,7 +78,7 @@ Shows the invocation to update failing .tlg files
.IP --shuffle
Shuffles order of tests
.IP --stdengine|-s
-Run tests only with the standard engine
+Run tests only with the standard engine (which may vary between configs)
.IP --texmfhome
Location of user texmf tree
.IP --version
More information about the latex3-commits
mailing list.