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:
parent
8648355783
commit
cbdd44b6d2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue