coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] doc: improve --help indenting in checksum utils


From: Pádraig Brady
Subject: [PATCH 3/4] doc: improve --help indenting in checksum utils
Date: Wed, 15 Sep 2021 13:40:35 +0100

* src/digest.c (usage): Indent multi-line descriptions for clarity.
---
 src/digest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/digest.c b/src/digest.c
index f2a505f24..5175e9c19 100644
--- a/src/digest.c
+++ b/src/digest.c
@@ -447,7 +447,7 @@ Print or check %s (%d-bit) checksums.\n\
 # if HASH_ALGO_BLAKE2 || HASH_ALGO_CKSUM
         fputs (_("\
   -l, --length         digest length in bits; must not exceed the maximum 
for\n\
-                       the blake2 algorithm and must be a multiple of 8\n\
+                         the blake2 algorithm and must be a multiple of 8\n\
 "), stdout);
 # endif
 # if HASH_ALGO_CKSUM
@@ -471,7 +471,7 @@ Print or check %s (%d-bit) checksums.\n\
 # endif
       fputs (_("\
   -z, --zero           end each output line with NUL, not newline,\n\
-                       and disable file name escaping\n\
+                         and disable file name escaping\n\
 "), stdout);
       fputs (_("\
 \n\
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]