[latex3-commits] [latex3/l3sys-query] main: Add a second end-of-line \n (ce5c352)

github at latex-project.org github at latex-project.org
Thu Mar 7 13:44:39 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/ce5c352edff0508415367db6c3d6acb0644fc39a

>---------------------------------------------------------------

commit ce5c352edff0508415367db6c3d6acb0644fc39a
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 7 12:44:39 2024 +0000

    Add a second end-of-line \n


>---------------------------------------------------------------

ce5c352edff0508415367db6c3d6acb0644fc39a
 l3sys-query.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3sys-query.lua b/l3sys-query.lua
index 7cc3f27..2166353 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -545,7 +545,7 @@ elseif not cmd_impl[cmd] then
     help()
   else
     stderr:write(script_name .. ": '" .. cmd .. "' is not a " .. script_name ..
-      " command. See '" .. script_name .. " --help'.")
+      " command. See '" .. script_name .. " --help'.\n")
   end
   exit(1)
 end





More information about the latex3-commits mailing list.