Update README.md

This commit is contained in:
Pedro Albanese
2021-04-06 01:42:17 -03:00
committed by GitHub
parent 729ab18db1
commit b9030dfe7f

View File

@@ -5,12 +5,13 @@
SHA3 Keccak Hashsum Tool - ALBANESE Lab (c) 2020-2021 SHA3 Keccak Hashsum Tool - ALBANESE Lab (c) 2020-2021
Usage of sha3sum: Usage of sha3sum:
sha3sum [-v] [-b N] [-c <hash.ext>] -t <file.ext> sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
-b int -b int
Bits: 224, 256, 384 and 512. (default 224) Bits: 224, 256, 384 and 512. (default 224)
-c string -c string
Check hashsum file. Check hashsum file.
-r Process directories recursively.
-t string -t string
Target file/wildcard to generate hashsum list. Target file/wildcard to generate hashsum list.
-v Verbose mode. (The exit code is always 0 in this mode) -v Verbose mode. (The exit code is always 0 in this mode)