diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-03 21:18:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-03 21:18:16 +0000 |
commit | 744a9b0524b20246f169726c330c8f870026d575 (patch) | |
tree | 4950916abbaa648ffe1ee939f6b66aa8cd129995 /Master/texmf-dist/scripts | |
parent | b282536869578c1e5d5d3778bb846f63aca46c95 (diff) |
l3sys-query (3apr24)
git-svn-id: svn://tug.org/texlive/trunk@70851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua b/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua index a47513bd246..5bdea72d50d 100755 --- a/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua +++ b/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua @@ -36,7 +36,7 @@ for those people who are interested. -- Details of the script itself, etc. -- local copyright = "Copyright (C) 2024 The LaTeX Project" -local release_date = "2024-03-28" +local release_date = "2024-04-03" local script_desc = "System queries for LaTeX using Lua\n" local script_name = "l3sys-query" @@ -368,7 +368,7 @@ local function help() -- 'Header' of fixed info print("Usage: " .. script_name .. " <cmd> [<options>] [<args>]\n") - print("Valid <cmd>s are:") + print("Valid <cmd>s are:") -- Sort the commands, pad the descriptions, print local t,longest = format_list(cmd_desc) |