Is. #781 - Drop redundant blank lines in -help

Fixes #781.
This commit is contained in:
林博仁(Buo-ren, Lin) 2018-11-29 16:59:43 +08:00
parent c6f194608f
commit edc70c52be
2 changed files with 0 additions and 2 deletions

View File

@ -845,7 +845,6 @@ static void help(TidyDoc tdoc, /**< The tidy document for which help is showing.
tmbstr temp_string = NULL;
uint width = 78;
printf("\n");
printf( tidyLocalizedString(TC_TXT_HELP_1), get_final_name(prog), tidyLibraryVersion() );
printf("\n");

View File

@ -2311,7 +2311,6 @@ static languageDefinition language_en = { whichPluralForm_en, {
- Second %s represents a version number, typically x.x.xx.
- The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
TC_TXT_HELP_1, 0,
"\n"
"%s [options...] [file...] [options...] [file...]\n"
"Utility to clean up and pretty print HTML/XHTML/XML.\n"
"\n"