1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

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
parent 8648355783
commit cbdd44b6d2

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