diff --git a/pages/common/sha1sum.md b/pages/common/sha1sum.md index 3c39eb8aae..b4b6395b33 100644 --- a/pages/common/sha1sum.md +++ b/pages/common/sha1sum.md @@ -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}}` diff --git a/pages/common/sha224sum.md b/pages/common/sha224sum.md index bd310e393d..340fdba912 100644 --- a/pages/common/sha224sum.md +++ b/pages/common/sha224sum.md @@ -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}}` diff --git a/pages/common/sha256sum.md b/pages/common/sha256sum.md index 15e6d008b9..ea29e9558e 100644 --- a/pages/common/sha256sum.md +++ b/pages/common/sha256sum.md @@ -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}}` diff --git a/pages/common/sha384sum.md b/pages/common/sha384sum.md index 40a33cee6a..36383a0900 100644 --- a/pages/common/sha384sum.md +++ b/pages/common/sha384sum.md @@ -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}}` diff --git a/pages/common/sha512sum.md b/pages/common/sha512sum.md index e946c1e2c0..8ced386a10 100644 --- a/pages/common/sha512sum.md +++ b/pages/common/sha512sum.md @@ -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}}` diff --git a/pages/common/shasum.md b/pages/common/shasum.md index 36f9884c05..46447f6a15 100644 --- a/pages/common/shasum.md +++ b/pages/common/shasum.md @@ -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}}`