diff options
Diffstat (limited to 'scripts/build/binary_checksums')
-rwxr-xr-x | scripts/build/binary_checksums | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 80c862d01..244ee1439 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -66,7 +66,7 @@ cat > ${CHECKSUMS} << EOF ## This file contains the list of ${CHECKSUM} checksums of all fileson this ## medium. ## -## You can verify them automatically with the 'integrity-check' boot parameter, +## You can verify them automatically with the 'verify-checksums' boot parameter, ## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. ## ## |