mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-13 02:27:56 +00:00
Merge pull request #6192 from cakebaker/cksum_fix_formatting
cksum: fix code formatting
This commit is contained in:
commit
415de28fed
1 changed files with 14 additions and 11 deletions
|
@ -436,7 +436,10 @@ pub fn uu_app() -> Command {
|
|||
.long(options::LENGTH)
|
||||
.value_parser(value_parser!(usize))
|
||||
.short('l')
|
||||
.help("digest length in bits; must not exceed the max for the blake2 algorithm and must be a multiple of 8")
|
||||
.help(
|
||||
"digest length in bits; must not exceed the max for the blake2 algorithm \
|
||||
and must be a multiple of 8",
|
||||
)
|
||||
.action(ArgAction::Set),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue