From e56d02bdf2b0db0c075d52e687847c19058d461b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Feb 2022 22:32:16 +0000 Subject: (DESCRIPTION) x2: consistent quoting. (explain usage): newline before options list. git-svn-id: svn://tug.org/texlive/trunk@62169 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/hitexdir/hiformat.w | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/source/texk/web2c/hitexdir/hiformat.w b/Build/source/texk/web2c/hitexdir/hiformat.w index 5d82c5c6502..90a63411ebc 100644 --- a/Build/source/texk/web2c/hitexdir/hiformat.w +++ b/Build/source/texk/web2c/hitexdir/hiformat.w @@ -9009,12 +9009,12 @@ It tells us what to expect in the rest of this section. "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 @@ extern int yyparse(void); @@; #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[]) { @@; @@ -10916,7 +10916,7 @@ format into a \HINT\ file in long format. @@; #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[]) { @@; -- cgit v1.2.3