mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:06:00 +02:00
sha*sum: update description for quiet option
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
ffd5838c4e
commit
87c4f47037
6 changed files with 6 additions and 6 deletions
|
@ -18,6 +18,6 @@
|
|||
|
||||
`sha1sum --check {{filename.sha1}}`
|
||||
|
||||
- Verify all files have matching chesksums but don't print OK for succefully verified file:
|
||||
- Only show a message for files for which verification fails:
|
||||
|
||||
`sha1sum --check --quiet {{filename.sha1}}`
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
`sha224sum --check {{filename.sha224}}`
|
||||
|
||||
- Verify all files have matching chesksums but don't print OK for succefully verified file:
|
||||
- Only show a message for files for which verification fails:
|
||||
|
||||
`sha224sum --check --quiet {{filename.sha224}}`
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
`sha256sum --check {{filename.sha256}}`
|
||||
|
||||
- Verify all files have matching chesksums but don't print OK for succefully verified file:
|
||||
- Only show a message for files for which verification fails:
|
||||
|
||||
`sha256sum --check --quiet {{filename.sha256}}`
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
`sha384sum --check {{filename.sha384}}`
|
||||
|
||||
- Verify all files have matching chesksums but don't print OK for succefully verified file:
|
||||
- Only show a message for files for which verification fails:
|
||||
|
||||
`sha384sum --check --quiet {{filename.sha384}}`
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
`sha512sum --check {{filename.sha512}}`
|
||||
|
||||
- Verify all files have matching chesksums but don't print OK for succefully verified file:
|
||||
- Only show a message for files for which verification fails:
|
||||
|
||||
`sha512sum --check --quiet {{filename.sha512}}`
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
`shasum --check {{list_file}}`
|
||||
|
||||
- Check a list of sums but don't print OK for each successfully verified file:
|
||||
- Check a list of sums and only show a message for files for which verification fails:
|
||||
|
||||
`shasum --check --quiet {{list_file}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue