]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: make blank lines before --help consistent
authorPádraig Brady <P@draigBrady.com>
Tue, 27 Oct 2020 14:10:14 +0000 (14:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 27 Oct 2020 19:23:46 +0000 (19:23 +0000)
* 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

src/basenc.c
src/realpath.c
src/runcon.c

index 13c37f9048e67103cee9cc916c14d22d9194eceb..ee24a3f15e0bcbb4b2999518b9f4365c7c361d7b 100644 (file)
@@ -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 (_("\
index 6ed5f05c3ca8d560704cd512f4666b1f8d2be379..4391c697f9ceed47529487206d6eadba90fd4e01 100644 (file)
@@ -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);
index b2f4d4a0bd1c909a95c209bc011a71dbe455057c..05cbb4f878f8e52b0ad3adde5a870bca61b63f05 100644 (file)
@@ -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);