[latex3-commits] [git/LaTeX3-latex3-l3build] master: alphabetise list (3d43fae)

Will Robertson wspr81 at gmail.com
Sun Feb 17 13:58:37 CET 2019


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/3d43fae8ac6de0f1de3bfa4dc86fe67a7689623c

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

commit 3d43fae8ac6de0f1de3bfa4dc86fe67a7689623c
Author: Will Robertson <wspr81 at gmail.com>
Date:   Sun Feb 17 23:28:37 2019 +1030

    alphabetise list


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

3d43fae8ac6de0f1de3bfa4dc86fe67a7689623c
 l3build-arguments.lua |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index a6a13a4..4b28cd0 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -111,12 +111,6 @@ option_list =
         short = "h",
         type  = "boolean"
       },
-    quiet =
-      {
-        desc  = "Suppresses TeX output when unpacking",
-        short = "q",
-        type  = "boolean"
-      },
     last =
       {
         desc  = "Name of last test to run",
@@ -128,6 +122,12 @@ option_list =
         short = "m",
         type  = "string"
       },
+    quiet =
+      {
+        desc  = "Suppresses TeX output when unpacking",
+        short = "q",
+        type  = "boolean"
+      },
     rerun =
       {
         desc  = "Skip setup: simply rerun tests",





More information about the latex3-commits mailing list