[latex3-commits] [git/l3build] master: Drop a couple of 'short' options (60577ba)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jan 9 23:53:11 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/60577bae2f83fd6e6dd82b2d8dcd91faf1fb454e

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

commit 60577bae2f83fd6e6dd82b2d8dcd91faf1fb454e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jan 9 22:53:11 2018 +0000

    Drop a couple of 'short' options
    
    We should be cautious of using up 'good' short names.


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

60577bae2f83fd6e6dd82b2d8dcd91faf1fb454e
 l3build-arguments.lua |    2 --
 l3build.dtx           |    4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 4767ddd..aaa5970 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -55,7 +55,6 @@ option_list =
     epoch =
       {
         desc  = "Sets the epoch for tests and typesetting",
-        short = "E",
         type  = "string"
       },
     force =
@@ -90,7 +89,6 @@ option_list =
     rerun =
       {
         desc  = "Skip setup: simply rerun tests",
-        short = "r",
         type  = "boolean"
       },
     shuffle =
diff --git a/l3build.dtx b/l3build.dtx
index a946f68..7a3c6fb 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -318,7 +318,7 @@
 %   any files: simply lists those that would be installed
 % \item \texttt{--engine} (\texttt{-e}) Sets the engine to use for
 %   testing
-% \item \texttt{--epoch} (\texttt{-E}) Sets the epoch for typesetting and testing
+% \item \texttt{--epoch} Sets the epoch for typesetting and testing
 % \item \texttt{--force} (\texttt{-f}) Force checks to run even if sanity
 %   checks fail, \emph{e.g.}~when \texttt{--engine} is not given in
 %   \luavar{checkengines}
@@ -328,7 +328,7 @@
 % \item \texttt{--pdf} (\texttt{-p}) Test PDF file against a reference
 %   version rather than using a log comparison
 % \item \texttt{--quiet} (\texttt{-q}) Suppresses output from unpacking
-% \item \texttt{--rerun} (\texttt{-r}) Run tests without unpacking/set up
+% \item \texttt{--rerun} Run tests without unpacking/set up
 % \item \texttt{--shuffle} Shuffle the order in whichs tests run
 % \item \texttt{--texmfhome} Sets the location of the user tree for installing
 % \item \texttt{--version} (\texttt{-v}) Version string to use when setting





More information about the latex3-commits mailing list