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:
commit
f7621d92fb
|
@ -845,7 +845,6 @@ static void help(TidyDoc tdoc, /**< The tidy document for which help is showing.
|
||||||
tmbstr temp_string = NULL;
|
tmbstr temp_string = NULL;
|
||||||
uint width = 78;
|
uint width = 78;
|
||||||
|
|
||||||
printf("\n");
|
|
||||||
printf( tidyLocalizedString(TC_TXT_HELP_1), get_final_name(prog), tidyLibraryVersion() );
|
printf( tidyLocalizedString(TC_TXT_HELP_1), get_final_name(prog), tidyLibraryVersion() );
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
|
|
|
@ -2311,7 +2311,6 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
||||||
- Second %s represents a version number, typically x.x.xx.
|
- 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. */
|
- The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
|
||||||
TC_TXT_HELP_1, 0,
|
TC_TXT_HELP_1, 0,
|
||||||
"\n"
|
|
||||||
"%s [options...] [file...] [options...] [file...]\n"
|
"%s [options...] [file...] [options...] [file...]\n"
|
||||||
"Utility to clean up and pretty print HTML/XHTML/XML.\n"
|
"Utility to clean up and pretty print HTML/XHTML/XML.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in a new issue