summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-arguments.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-arguments.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
index fdabb9d9497..49c80a75966 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
@@ -49,7 +49,7 @@ option_list =
},
debug =
{
- desc = "Runs target in debug mode (not supported by all targets)",
+ desc = "Runs target in debug mode",
type = "boolean"
},
dirty =
@@ -59,7 +59,7 @@ option_list =
},
["dry-run"] =
{
- desc = "Dry run for install",
+ desc = "Dry run for install or upload",
type = "boolean"
},
email =