Skip to content

Commit

Permalink
Typo, avoid ligature in long option name
Browse files Browse the repository at this point in the history
Somehow lmodern package enables the "--" (double-hyphen) to en-dash
ligature for \ttfamily, in T1 encoding. The result looks wrong for
long CLI options.
  • Loading branch information
muzimuzhi authored and josephwright committed Sep 13, 2024
1 parent d888be0 commit 3ac3550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
% \item |--message| (|-m|) Text for upload announcement
% \item |--quiet| (|-q|) Suppresses output from unpacking
% \item |--rerun| Runs tests without unpacking/set up
% \item |--show-log-on-error| To be used in addition to \texttt{--halt-on-error} and results
% \item |--show-log-on-error| To be used in addition to |--halt-on-error| and results
% in the full \texttt{.log} file of a failed test to be shown on the console
% \item |--show-saves| (|-S|) When tests fail, prints the \texttt{l3build save} commands needed
% to regenerate the tests assuming that the failures were false negatives.
Expand Down

0 comments on commit 3ac3550

Please sign in to comment.