mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
Base: Insert newlines in the checksum(1)
synopsis
This commit is contained in:
parent
8648355783
commit
cbdd44b6d2
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
Author: https://github.com/timschumi
Commit: cbdd44b6d2
Pull-request: https://github.com/SerenityOS/serenity/pull/19537
Reviewed-by: https://github.com/gmta ✅
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