Simplify
This commit is contained in:
committed by
GitHub
parent
45ec1bd593
commit
7ab2dcbcbe
13
README.md
13
README.md
@@ -6,21 +6,14 @@
|
|||||||
[](https://github.com/pedroalbanese/sha3sum/releases)
|
[](https://github.com/pedroalbanese/sha3sum/releases)
|
||||||
### sha3sum Parallel Implementation written in Go
|
### sha3sum Parallel Implementation written in Go
|
||||||
|
|
||||||
<PRE>
|
<PRE>Usage of sha3sum:
|
||||||
SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021
|
sha3sum [-v] [-b N] [-c <hash.ext>] [-r] <file.ext>
|
||||||
|
|
||||||
Usage of sha3sum:
|
|
||||||
sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
|
|
||||||
|
|
||||||
-b int
|
-b int
|
||||||
Bits: 224, 256, 384 and 512. (default 256)
|
Bits: 224, 256, 384 and 512. (default 256)
|
||||||
-c string
|
-c string
|
||||||
Check hashsum file.
|
Check hashsum file.
|
||||||
-r Process directories recursively.
|
-r Process directories recursively.
|
||||||
-t string
|
-v Verbose mode. (The exit code is always 0 in this mode)</PRE>
|
||||||
Target file/wildcard to generate hashsum list.
|
|
||||||
-v Verbose mode. (The exit code is always 0 in this mode)
|
|
||||||
</PRE>
|
|
||||||
|
|
||||||
### Examples:
|
### Examples:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user