From 25f20b6d8ccd4edcdfec23c1a3c908516076ee06 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 6 May 2021 03:00:58 +0000 Subject: CTAN sync 202105060300 --- macros/latex/contrib/l3build/l3build-help.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'macros/latex/contrib/l3build/l3build-help.lua') diff --git a/macros/latex/contrib/l3build/l3build-help.lua b/macros/latex/contrib/l3build/l3build-help.lua index 055fc1a918..6431ac547e 100644 --- a/macros/latex/contrib/l3build/l3build-help.lua +++ b/macros/latex/contrib/l3build/l3build-help.lua @@ -1,6 +1,6 @@ --[[ -File l3build-help.lua Copyright (C) 2018,2020 The LaTeX3 Project +File l3build-help.lua Copyright (C) 2018,2020 The LaTeX Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this @@ -32,14 +32,14 @@ function version() "\n" .. "l3build: A testing and building system for LaTeX\n\n" .. "Release " .. release_date .. "\n" .. - "Copyright (C) 2014-2020 The LaTeX3 Project" + "Copyright (C) 2014-2020 The LaTeX Project" ) end function help() local function setup_list(list) local longest = 0 - for k,v in pairs(list) do + for k,_ in pairs(list) do if k:len() > longest then longest = k:len() end @@ -70,7 +70,7 @@ function help() end print("") print("Valid options are:") - local longest,t = setup_list(option_list) + longest,t = setup_list(option_list) for _,k in ipairs(t) do local opt = option_list[k] local filler = rep(" ", longest - k:len() + 1) @@ -87,5 +87,5 @@ function help() print("") print("Repository : https://github.com/latex3/l3build") print("Bug tracker : https://github.com/latex3/l3build/issues") - print("Copyright (C) 2014-2020 The LaTeX3 Project") + print("Copyright (C) 2014-2020 The LaTeX Project") end -- cgit v1.2.3