diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-09-26 04:50:58 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-09-26 04:50:58 +0000 |
commit | a46a80205404aa72e3be496341aac50204be4660 (patch) | |
tree | 69b1364e5a3ceeedddf494b0a6654b74ac9693ca | |
parent | a57a49cf8de9eee716acc6c9944e42c4d07faf0c (diff) |
help.h: typo etc.
git-svn-id: svn://tug.org/texlive/trunk@60613 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/help.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index de87af618bb..4779ce298a8 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -498,9 +498,9 @@ const_string TANGLEHELP[] = { " comparing identifiers (default)", "-lowercase make all identifiers lowercase", "-mixedcase retain the case of identifiers unchanged (default)", - "-strict always smash case and remove underlines when comparing", - " identifiers", - "-underline do not remove underline characters from indentifiers", + "-strict when comparing identifiers, remove underlines and", + " convert all identifiers to uppercase first", + "-underline do not remove underline characters from identifiers", "-uppercase make all identifiers uppercase", "-help display this help and exit", "-version output version information and exit", |