From 89f7bbac9616406b3990b8608c17c542f5fb476d Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 24 Aug 2020 20:03:53 +0200 Subject: 2020-08-24 19:49:00 --- tex/context/base/mkiv/file-job.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tex/context/base/mkiv/file-job.lua') diff --git a/tex/context/base/mkiv/file-job.lua b/tex/context/base/mkiv/file-job.lua index 5641d3e15..1197bb1ac 100644 --- a/tex/context/base/mkiv/file-job.lua +++ b/tex/context/base/mkiv/file-job.lua @@ -968,7 +968,11 @@ function document.setcommandline() -- has to happen at the tex end in order to e -- to trick the files table which actually only has one entry in a tex job if arguments.timing then - context.usemodule("timing") + context.usemodule { "timing" } + end + + if arguments.usage then + directives.enable("system.usage") end if arguments.batchmode then -- cgit v1.2.3