diff --git a/pages/common/sha1sum.md b/pages/common/sha1sum.md index 3c39eb8aa..b4b6395b3 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 bd310e393..340fdba91 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 15e6d008b..ea29e9558 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 40a33cee6..36383a090 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 e946c1e2c..8ced386a1 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 36f9884c0..46447f6a1 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}}`