Compare commits
1 Commits
9b92e4787a
...
a0df3ba8b0
Author | SHA1 | Date | |
---|---|---|---|
a0df3ba8b0 |
|
@ -4,6 +4,7 @@ A golang port of b3sum
|
||||||
|
|
||||||
This is a simple `b3sum` command using `github.com/zeebo/blake3`.
|
This is a simple `b3sum` command using `github.com/zeebo/blake3`.
|
||||||
|
|
||||||
|
```
|
||||||
Usage:
|
Usage:
|
||||||
b3sum [flags] [file]...
|
b3sum [flags] [file]...
|
||||||
-h Prints help information
|
-h Prints help information
|
||||||
|
@ -11,6 +12,7 @@ Usage:
|
||||||
The number of output bytes, prior to hex encoding (default 32)
|
The number of output bytes, prior to hex encoding (default 32)
|
||||||
-p int
|
-p int
|
||||||
The maximum concurrency (defaults to the number of CPUs)
|
The maximum concurrency (defaults to the number of CPUs)
|
||||||
|
```
|
||||||
|
|
||||||
If no input files are specified, `b3sum` reads `stdin`.
|
If no input files are specified, `b3sum` reads `stdin`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user