[latex3-commits] [latex3/l3sys-query] main: Add an end-of-line \n (12d66e3)

github at latex-project.org github at latex-project.org
Thu Mar 7 13:41:46 CET 2024


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

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

commit 12d66e30c25e9312869f2677e539e1f1be9d7e9f
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 7 12:41:46 2024 +0000

    Add an end-of-line \n


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

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

diff --git a/l3sys-query.lua b/l3sys-query.lua
index 3902f61..7cc3f27 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -205,7 +205,7 @@ end
 
 -- A short auxiliary used whever the script bails out
 local function more_info()
-  stderr:write("Try '" .. script_name .. " --help' for more information.")
+  stderr:write("Try '" .. script_name .. " --help' for more information.\n")
   exit(1)
 end
 





More information about the latex3-commits mailing list.