[latex3-commits] [l3svn] 02/03: l3build: Tidy option order

noreply at latex-project.org noreply at latex-project.org
Tue Jun 14 22:57:25 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 263207136b280769b2904fa5ec6e12dc48cde4b5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 14 21:52:39 2016 +0100

    l3build: Tidy option order
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 61c48e9..01d5b74 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1466,9 +1466,9 @@ help = help or function()
   print("   --date|-d           Sets the date to insert into sources")
   print("   --engine|-e         Sets the engine to use for running test")
   print("   --halt-on-error|-H  Stops running tests after the first failure")
-  print("   --version|-v        Sets the version to insert into sources")
   print("   --pdf|-p            Check/save PDF files")
   print("   --quiet|-q          Suppresses TeX output when unpacking")
+  print("   --version|-v        Sets the version to insert into sources")
   print("")
   print("See l3build.pdf for further details.")
 end

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list