From edc70c52bed7e0e2d1d7c9d1816e484831cb42b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Thu, 29 Nov 2018 16:59:43 +0800 Subject: [PATCH] Is. #781 - Drop redundant blank lines in -help Fixes #781. --- console/tidy.c | 1 - src/language_en.h | 1 - 2 files changed, 2 deletions(-) diff --git a/console/tidy.c b/console/tidy.c index a7880f6..a3e88b4 100644 --- a/console/tidy.c +++ b/console/tidy.c @@ -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"); diff --git a/src/language_en.h b/src/language_en.h index 038afe0..2cf79d2 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -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"