[latex3-commits] [latex3/l3build] main: Shorten help entry (673c5a9)
github at latex-project.org
github at latex-project.org
Mon Jan 22 09:41:16 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/673c5a9cdf5af5aa51a97d219130efb57d1cd619
>---------------------------------------------------------------
commit 673c5a9cdf5af5aa51a97d219130efb57d1cd619
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 22 08:41:11 2024 +0000
Shorten help entry
>---------------------------------------------------------------
673c5a9cdf5af5aa51a97d219130efb57d1cd619
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 ec3b533..b7687a7 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -146,7 +146,7 @@ option_list =
},
stdengine =
{
- desc = "Run tests only with the standard engine (which may vary between configs)",
+ desc = "Run tests with the std engine (config dependent)",
short = "s",
type = "boolean"
},
diff --git a/l3build.1 b/l3build.1
index c558ee0..6f0e3f4 100644
--- a/l3build.1
+++ b/l3build.1
@@ -76,7 +76,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 (which may vary between configs)
+Run tests with the std engine (config dependent)
.IP --texmfhome
Location of user texmf tree
.IP --version
More information about the latex3-commits
mailing list.