Merge pull request #782 from Lin-Buo-Ren/patch/fix-redundant-blank-lines-in-help

PR #782 - Drop redundant blank lines in -help - closes #781
This commit is contained in:
Geoff McLane 2019-03-30 00:56:30 +01:00 committed by GitHub
commit f7621d92fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"