texlive[62169] Build/source/texk/web2c/hitexdir/hiformat.w:

commits+karl at tug.org commits+karl at tug.org
Thu Feb 24 23:32:16 CET 2022


Revision: 62169
          http://tug.org/svn/texlive?view=revision&revision=62169
Author:   karl
Date:     2022-02-24 23:32:16 +0100 (Thu, 24 Feb 2022)
Log Message:
-----------
(DESCRIPTION) x2: consistent quoting.
(explain usage): newline before options list.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/hiformat.w

Modified: trunk/Build/source/texk/web2c/hitexdir/hiformat.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hiformat.w	2022-02-24 21:24:28 UTC (rev 62168)
+++ trunk/Build/source/texk/web2c/hitexdir/hiformat.w	2022-02-24 22:32:16 UTC (rev 62169)
@@ -9009,12 +9009,12 @@
   "Usage: %s [OPTION]... FILENAME%s\n",prog_name, in_ext);@/
   fprintf(stdout,DESCRIPTION);
   fprintf(stdout,
-  "Options:\n"@/
+  "\nOptions:\n"@/
   "\t --help \t display this message\n"@/
   "\t --version\t display the HINT version\n"@/
   "\t -l     \t redirect stderr to a log file\n"@/
 #if defined (STRETCH) || defined (SHRINK)
-  "\t -o file\t specify an output file name\n"@/
+  "\t -o FILE\t specify an output file name\n"@/
 #endif
 #if defined (STRETCH)
   "\t -a     \t write auxiliary files\n"@/
@@ -10841,7 +10841,7 @@
 @<put functions@>@;
 
 #define SHRINK
-#define DESCRIPTION "\nShrinking converts a 'long' ASCII HINT file into a`short' binary HINT file .\n"
+#define DESCRIPTION "\nConvert a `long' ASCII HINT file into a `short' binary HINT file.\n"
 
 int main(int argc, char *argv[])
 { @<local variables in |main|@>@;
@@ -10916,7 +10916,7 @@
 @<get functions@>@;
 
 #define STRETCH
-#define DESCRIPTION "\nStretching converts a `short' binary HINT file into a 'long' ASCII HINT file.\n"
+#define DESCRIPTION "\nConvert a `short' binary HINT file into a `long' ASCII HINT file.\n"
 
 int main(int argc, char *argv[])
 { @<local variables in |main|@>@;



More information about the tex-live-commits mailing list.