Base: Insert newlines in the checksum(1) synopsis

This commit is contained in:
Tim Schumacher 2023-06-21 17:58:32 +02:00 committed by Jelle Raaijmakers
commit cbdd44b6d2
Notes: sideshowbarker 2024-07-17 03:03:44 +09:00

View file

@ -4,10 +4,10 @@ checksum - helper program for calculating checksums
## Synopsis
`$ md5sum [options...] <file...>`
`$ sha1sum [options...] <file...>`
`$ sha256sum [options...] <file...>`
`$ sha512sum [options...] <file...>`
`$ md5sum [options...] <file...>`
`$ sha1sum [options...] <file...>`
`$ sha256sum [options...] <file...>`
`$ sha512sum [options...] <file...>`
## Description