cksum: fix code formatting

This commit is contained in:
Daniel Hofstetter 2024-04-05 07:14:37 +02:00
parent a370d15906
commit ac12957307

View file

@ -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(