From: Pádraig Brady Date: Tue, 27 Oct 2020 14:10:14 +0000 (+0000) Subject: doc: make blank lines before --help consistent X-Git-Tag: v9.0~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51cfaef6557a4ff72a8900014185d9299979f7ea;p=thirdparty%2Fcoreutils.git doc: make blank lines before --help consistent * src/basenc.c (usage): Remove extraneous blank line, to be consistent with other utilities that have options. * src/realpath.c: Likewise. * src/runcon.c: Likewise. Addresses https://bugs.gnu.org/44248 --- diff --git a/src/basenc.c b/src/basenc.c index 13c37f9048..ee24a3f15e 100644 --- a/src/basenc.c +++ b/src/basenc.c @@ -142,7 +142,6 @@ Base%d encode or decode FILE, or standard input, to standard output.\n\ -i, --ignore-garbage when decoding, ignore non-alphabet characters\n\ -w, --wrap=COLS wrap encoded lines after COLS character (default 76).\n\ Use 0 to disable line wrapping\n\ -\n\ "), stdout); #if BASE_TYPE == 42 fputs (_("\ diff --git a/src/realpath.c b/src/realpath.c index 6ed5f05c3c..4391c697f9 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -85,7 +85,6 @@ all but the last component must exist\n\ --relative-base=DIR print absolute paths unless paths below DIR\n\ -s, --strip, --no-symlinks don't expand symlinks\n\ -z, --zero end each output line with NUL, not newline\n\ -\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); diff --git a/src/runcon.c b/src/runcon.c index b2f4d4a0bd..05cbb4f878 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -93,7 +93,6 @@ With neither CONTEXT nor COMMAND, print the current security context.\n\ -u, --user=USER user identity\n\ -r, --role=ROLE role\n\ -l, --range=RANGE levelrange\n\ -\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout);