[latex3-commits] [latex3/l3sys-query] main: Stick with common info text (6ab928c)
github at latex-project.org
github at latex-project.org
Thu Mar 7 13:45:34 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/6ab928cad22cce8af3456fc9a1301791810527de
>---------------------------------------------------------------
commit 6ab928cad22cce8af3456fc9a1301791810527de
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 7 12:45:34 2024 +0000
Stick with common info text
>---------------------------------------------------------------
6ab928cad22cce8af3456fc9a1301791810527de
l3sys-query.lua | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3sys-query.lua b/l3sys-query.lua
index 2166353..b30926a 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -545,7 +545,8 @@ elseif not cmd_impl[cmd] then
help()
else
stderr:write(script_name .. ": '" .. cmd .. "' is not a " .. script_name ..
- " command. See '" .. script_name .. " --help'.\n")
+ " command.\n")
+ more_info()
end
exit(1)
end
More information about the latex3-commits
mailing list.