Skip to content

Commit

Permalink
Extend docs for --stdengine|-s
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 18, 2024
1 parent 5eabece commit 419a5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l3build-arguments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ option_list =
},
stdengine =
{
desc = "Run tests only with the standard engine",
desc = "Run tests only with the standard engine (which may vary between configs)",
short = "s",
type = "boolean"
},
Expand Down
2 changes: 1 addition & 1 deletion l3build.1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Shows the invocation to update failing .tlg files
.IP --shuffle
Shuffles order of tests
.IP --stdengine|-s
Run tests only with the standard engine
Run tests only with the standard engine (which may vary between configs)
.IP --texmfhome
Location of user texmf tree
.IP --version
Expand Down

0 comments on commit 419a5b0

Please sign in to comment.