sha*sum: change example to long arguments
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
3bde35a542
commit
45d36431de
@@ -12,8 +12,8 @@
|
||||
|
||||
- Read a file of SHA512 sums and verify all files have matching checksums:
|
||||
|
||||
`sha512sum -c {{filename.sha512}}`
|
||||
`sha512sum --check {{filename.sha512}}`
|
||||
|
||||
- Verify all files have matching chesksums but don't print OK for succefully verified file:
|
||||
|
||||
`sha512sum -c --quiet {{filename.sha512}}`
|
||||
`sha512sum --check --quiet {{filename.sha512}}`
|
||||
|
Reference in New Issue
Block a user