diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-24 22:32:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-24 22:32:16 +0000 |
commit | e56d02bdf2b0db0c075d52e687847c19058d461b (patch) | |
tree | a0c1f9c0b8fd5fefcee4a43bc9481055077a4225 /Build/source/texk | |
parent | 82eb11c54d637e14a77dd4db30ef7e6df9191616 (diff) |
(DESCRIPTION) x2: consistent quoting.
(explain usage): newline before options list.
git-svn-id: svn://tug.org/texlive/trunk@62169 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/hitexdir/hiformat.w | 8 |
1 files 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); @<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 @@ format into a \HINT\ file in long format. @<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|@>@; |