sha*sum: update description for quiet option

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
translation-badges
Andrea 2020-12-20 20:34:27 +01:00 committed by Starbeamrainbowlabs
parent ffd5838c4e
commit 87c4f47037
6 changed files with 6 additions and 6 deletions

View File

@ -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}}`

View File

@ -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}}`

View File

@ -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}}`

View File

@ -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}}`

View File

@ -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}}`

View File

@ -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}}`