sha256: add missing colon

This commit is contained in:
Andrea 2020-12-18 13:47:05 +01:00 committed by Starbeamrainbowlabs
parent 0bfca8e30d
commit 1b4c23259b

View File

@ -14,6 +14,6 @@
`sha256sum -c {{filename.sha256}}`
- Verify all files have matching chesksums but don't print OK for succefully verified file
- Verify all files have matching chesksums but don't print OK for succefully verified file:
`sha256sum -c --quiet {{filename.sha256}}`