From 7b8f38aa872de2b27174281db14e6a7ee043eb1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Tue, 14 Sep 2021 17:14:02 +0100 Subject: [PATCH] doc: improve --help indenting in checksum utils * 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 d8c43c0254..9178d2f865 100644 --- a/src/digest.c +++ b/src/digest.c @@ -448,7 +448,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 @@ -472,7 +472,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.47.2