1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:15:23 +02:00

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