[latex3-commits] [latex3/l3sys-query] main: Adjust help text (cc7f34b)

github at latex-project.org github at latex-project.org
Thu Mar 7 09:02:07 CET 2024


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

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

commit cc7f34bdfff14d4d61889ec0dfbaa0f5e1842a4c
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 7 07:46:43 2024 +0000

    Adjust help text


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

cc7f34bdfff14d4d61889ec0dfbaa0f5e1842a4c
 l3sys-query.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3sys-query.lua b/l3sys-query.lua
index 10978f4..336c020 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -359,7 +359,7 @@ local function help()
 
   -- 'Header' of fixed info
   print("Usage: " .. script_name .. " <cmd> [<options>] [<spec>]\n")
-  print("Valid commands are:")
+  print("Valid  <cmd>s are:")
 
   -- Sort the commands, pad the descriptions, print
   local t,longest = format_list(cmd_desc)
@@ -370,7 +370,7 @@ local function help()
   end
 
   -- Same for the options
-  print("\nValid options are:")
+  print("\nValid <options> are:")
   t,longest = format_list(option_list)
   for _,name in ipairs(t) do
     local opt = option_list[name]





More information about the latex3-commits mailing list.