[latex3-commits] [latex3/l3build] main: Improve two doc sentences (d76eb50)
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/d76eb5024aa27d16ed19668a6835cb32686a7ad2
>---------------------------------------------------------------
commit d76eb5024aa27d16ed19668a6835cb32686a7ad2
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Jan 8 00:36:47 2024 +0800
Improve two doc sentences
Co-authored-by: Chris Rowley <latex-bugs at latex-project.org>
>---------------------------------------------------------------
d76eb5024aa27d16ed19668a6835cb32686a7ad2
l3build-arguments.lua | 2 +-
l3build.dtx | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index d8985fa..800ea89 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -91,7 +91,7 @@ option_list =
},
force =
{
- desc = "Forces tests to run if engine is not set up",
+ desc = "Forces tests to run, even if engine is not set up",
short = "f",
type = "boolean"
},
diff --git a/l3build.dtx b/l3build.dtx
index af58c1f..e9237e8 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -591,7 +591,9 @@
% \end{buildcmd}
%
% \begin{buildcmd}{tag [\meta{tag name}]}
-% Applies the Lua |update_tag()| function to modify the contents of files specified by |tagfiles| to update the `release tag' (or package version) and date.
+% Applies the Lua |update_tag()| function to modify the contents of files
+% specified by |tagfiles| by updating the `release tag' (or package version)
+% and date.
% The tag is given as the optional command line argument \meta{tag name} and the date using
% |--date| (or |-d|). If not given, the date will default to the current date in
% ISO format (YYYY-MM-DD). If no \meta{tag name} is given, the tag will default to |nil|.
More information about the latex3-commits
mailing list.