diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-07-09 12:01:30 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-07-09 12:01:30 +0300 |
| commit | b872fe3064cd68f57d8920f7d87958d611537717 (patch) | |
| tree | 21d056ee50cf10ec54cf49de4425f1c821839482 /core/b3sum/files | |
| parent | 4b4ca0f792e7d5bd6fd3c22e6ee51e03a1af88ff (diff) | |
| download | repository-b872fe3064cd68f57d8920f7d87958d611537717.tar.gz | |
b3sum: update to latest master
Diffstat (limited to 'core/b3sum/files')
| -rw-r--r-- | core/b3sum/files/b3sum.1 | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/core/b3sum/files/b3sum.1 b/core/b3sum/files/b3sum.1 deleted file mode 100644 index b4332197..00000000 --- a/core/b3sum/files/b3sum.1 +++ /dev/null @@ -1,38 +0,0 @@ -.Dd Jul 03, 2021 -.Dt b3sum 1 -.Sh NAME -.Nm b3sum -.Nd compute or check BLAKE3 message digests -.Sh SYNOPSIS -.Nm -.Op Fl bct -.Op Fl l Ar length -.Op Ar file... -.Sh DESCRIPTION -.Nm -writes BLAKE3 checksums of each -.Ar file -to stdout. If no -.Ar file -is given -.Nm -reads from the standard input. -.Sh OPTIONS -.Bl -tag -.It Fl c -Read list of BLAKE3 checksums from each -.Ar file -and check them. If no -.Ar file -is given -.Nm -reads from stdin. -.It Fl b -read in binary mode. -.It Fl t -read in text mode (default) -.It Fl l Ar length -Output the first -.Ar length -characters of the generated checksum. -.El |
