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:
parent
0bfca8e30d
commit
1b4c23259b
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`sha256sum -c {{filename.sha256}}`
|
`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}}`
|
`sha256sum -c --quiet {{filename.sha256}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue