sha*sum: fix missing colons

This commit is contained in:
Andrea
2020-12-18 15:17:54 +01:00
committed by Starbeamrainbowlabs
parent 7076fe8a9c
commit ffd5838c4e
6 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
`sha384sum {{filename1}} {{filename2}}`
- Calculate and save the list of SHA384 checksums to a file
- Calculate and save the list of SHA384 checksums to a file:
`sha256sum {{filename1}} {{filename2}} > {{filename.sha384}}`