]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: fix --help formatting for checksum utils
authorPádraig Brady <P@draigBrady.com>
Mon, 20 Sep 2021 12:56:39 +0000 (13:56 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 20 Sep 2021 15:27:39 +0000 (16:27 +0100)
commit22d3751e0f6d36919238b20b1374abcc8e1dc447
tree8464e5bce22c84f4ca5822b4302d22738f9ed60b
parent88b7ff98fe412a32e321d8cc76c896d0fb81c51c
doc: fix --help formatting for checksum utils

* src/digest.c (usage): Indicate that --length and --algorithm
require arguments.  Emit corresponding emit_mandatory_arg_note().
Use consistent alignment.
src/digest.c